Set Search Time

Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.

Cos'è Set Search Time?

Set Search Time è un'estensione di Chrome sviluppata da codedotreload, e la sua funzione principale è "Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Set Search Time

Scarica i file di estensione Set Search Time 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

                        Use this extension to google search from your address bar or google website and limit results to the specified time period (defaults to the past year).  This avoids outdated results and prevents you from having to click "search tools" and then choosing the time period you want.                    

Informazioni di Base sull'Estensione

Nome Set Search Time Set Search Time
ID ehinebikndjplmoodmblgnnchhcfcijc
URL Ufficiale https://chrome.google.com/webstore/detail/set-search-time/ehinebikndjplmoodmblgnnchhcfcijc
Descrizione Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.
Dimensione del File 19.93 KB
Conteggio Installazioni 121
Versione Corrente 1.0.0
Ultimo Aggiornamento 2015-08-02
Data di Pubblicazione 2015-08-02
Valutazione 2.11/5 Totale 9 Valutazioni
Sviluppatore codedotreload
Tipo di Pagamento free
Sito Web dell'Estensione http://codereload.atwebpages.com/chrome-extensions/set-search-time/
URL della Pagina di Aiuto http://codereload.atwebpages.com/chrome-extensions/set-search-time/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Set Search Time",
    "short_name": "Search Time",
    "version": "1.0.0",
    "description": "Always Google search using time filtering to produce recent results.  Options: past hour, 24 hours, week, month, and year.",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_title": "Set Search Time Options",
        "default_popup": "options.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "setsearchtime.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}