Google Search Quick Custom Ranges

Grants ability to add additional quick date range searches with google search.

Cos'è Google Search Quick Custom Ranges?

Google Search Quick Custom Ranges è un'estensione di Chrome sviluppata da gitnix, e la sua funzione principale è "Grants ability to add additional quick date range searches with google search.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Google Search Quick Custom Ranges

Scarica i file di estensione Google Search Quick Custom Ranges in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Google Search Quick Custom Ranges Google Search Quick Custom Ranges
ID lambhmlkjmfghnccdpfnnlonmdghfipl
URL Ufficiale https://chrome.google.com/webstore/detail/google-search-quick-custo/lambhmlkjmfghnccdpfnnlonmdghfipl
Descrizione Grants ability to add additional quick date range searches with google search.
Dimensione del File 11.68 KB
Conteggio Installazioni 17
Versione Corrente 1.0.3
Ultimo Aggiornamento 2017-09-14
Data di Pubblicazione 2017-09-14
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore gitnix
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/gitnix/chrome-extension-google-search-custom-ranges
Lingue Supportate 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"
            ]
        }
    ]
}