Google Search Quick Custom Ranges
Grants ability to add additional quick date range searches with google search.
Wat is Google Search Quick Custom Ranges?
Google Search Quick Custom Ranges is een Chrome-extensie ontwikkeld door gitnix, en de belangrijkste functie is "Grants ability to add additional quick date range searches with google search.".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Search Quick Custom Ranges
Download Google Search Quick Custom Ranges-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allows additional quick date range searches to be added to google search. Can be a handy if you need recent results but find the gap between a month and a year to be too jarring!
Basisinformatie over de Extensie
Naam | |
ID | lambhmlkjmfghnccdpfnnlonmdghfipl |
Officiële URL | https://chrome.google.com/webstore/detail/google-search-quick-custo/lambhmlkjmfghnccdpfnnlonmdghfipl |
Beschrijving | Grants ability to add additional quick date range searches with google search. |
Bestandsgrootte | 11.68 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2017-09-14 |
Publicatiedatum | 2017-09-14 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | gitnix |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/gitnix/chrome-extension-google-search-custom-ranges |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Search Quick Custom Ranges", "version": "1.0.3", "description": "Grants ability to add additional quick date range searches with google search.", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "manifest_version": 2, "permissions": [ "storage" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/search*" ], "js": [ "searchRanges.js" ] } ] } |