Google Search Quick Custom Ranges

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

Co je Google Search Quick Custom Ranges?

Google Search Quick Custom Ranges je rozšíření Chrome vyvinuté gitnix, a jeho hlavní funkcí je „Grants ability to add additional quick date range searches with google search.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Google Search Quick Custom Ranges

Stáhněte si soubory rozšíření Google Search Quick Custom Ranges 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í

                        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!                    

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

Název Google Search Quick Custom Ranges Google Search Quick Custom Ranges
ID lambhmlkjmfghnccdpfnnlonmdghfipl
Oficiální URL https://chrome.google.com/webstore/detail/google-search-quick-custo/lambhmlkjmfghnccdpfnnlonmdghfipl
Popis Grants ability to add additional quick date range searches with google search.
Velikost souboru 11.68 KB
Počet instalací 17
Aktuální Verze 1.0.3
Poslední Aktualizace 2017-09-14
Datum Vydání 2017-09-14
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář gitnix
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/gitnix/chrome-extension-google-search-custom-ranges
Podporované Jazyky 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"
            ]
        }
    ]
}