Google Search Duration

Easily change the duration of google search

Cos'è Google Search Duration?

Google Search Duration è un'estensione di Chrome sviluppata da Jeril Sebastian, e la sua funzione principale è "Easily change the duration of google search".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Google Search Duration

Scarica i file di estensione Google Search Duration 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

                        Easily filter results of Google search by time range. Doing so in the default search results requires quite a few clicks. This plugin does that in just 2 clicks.

- Simple and lightweight
- No permissions required                    

Informazioni di Base sull'Estensione

Nome Google Search Duration Google Search Duration
ID gohmpbncdcmfmkoceccbdfmpjbbclnpg
URL Ufficiale https://chromewebstore.google.com/detail/google-search-duration/gohmpbncdcmfmkoceccbdfmpjbbclnpg
Descrizione Easily change the duration of google search
Dimensione del File 9.7 KB
Conteggio Installazioni 56
Versione Corrente 1.1
Ultimo Aggiornamento 2017-08-20
Data di Pubblicazione 2017-08-20
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Jeril Sebastian
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Search Duration",
    "description": "Easily change the duration of google search",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ]
}