Google Search Extra Buttons

Add buttons (last 1/2/3 days, weeks, PDF search etc.) to results of search page of Google

2015-09-09 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

लेखक
spmbt
रेटिंग
0 0 0
आवृत्ती
5.2015.9.9
बनवली
2015-01-18
अपडेट केली
2015-09-09
आकार
6.47 KB
License
नाही
यांवर लागू होते:

Google Search Extra Buttons

Add buttons of customized search to results page of Google.

(Fx, Chrome, Opera12, Safari)

  • Fx - script installed by Scriptish/GreaseMonkey (addons for userscripts);
  • Chrome - immediately (on the page chrome://extensions/ it placed as unpacked script in "developer mode"; directory sholuld be contain manifest.json; or by other methods);
  • Opera 12- - save userscript in file placed in Opera directory... ( there are instructions );
  • Safari - installed by NinjaKit (not checked, but no complexity in script).

Script adds 11 buttons that doubled links hidden in:

  • search PDF docs;
  • search in interval of dates (fast opening of Google inteface);
  • search for 1/2/3 last days;
  • search for 1/2/3 last weeks;
  • search for last month;
  • search for last year;
  • if uncomment line beginning "site:" in code, it will present button of search by some site or list of sites;
  • in last string: ('ru'); //remove for no hints; write 'en' for English hints;
  • write list of your favorite sites in code (example: ['slashdot.org','digg.com']), and it give to show button "site".

This script is based on BarsMonster article (ru) . Github: https://github.com/spmbt/googleSearchExtraButtons .