Set Search Time

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

Co je Set Search Time?

Set Search Time je rozšíření Chrome vyvinuté codedotreload, a jeho hlavní funkcí je „Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Set Search Time

Stáhněte si soubory rozšíření Set Search Time ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Set Search Time Set Search Time
ID ehinebikndjplmoodmblgnnchhcfcijc
Oficiální URL https://chrome.google.com/webstore/detail/set-search-time/ehinebikndjplmoodmblgnnchhcfcijc
Popis Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.
Velikost souboru 19.93 KB
Počet instalací 121
Aktuální Verze 1.0.0
Poslední Aktualizace 2015-08-02
Datum Vydání 2015-08-02
Hodnocení 2.11/5 Celkem 9 Hodnocení
Vývojář codedotreload
Typ Platby free
Webové stránky Rozšíření http://codereload.atwebpages.com/chrome-extensions/set-search-time/
URL Stránky Nápovědy http://codereload.atwebpages.com/chrome-extensions/set-search-time/
Podporované Jazyky 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"
    }
}