Google Search Quick Custom Ranges

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

Vad är Google Search Quick Custom Ranges?

Google Search Quick Custom Ranges är en Chrome-tillägg utvecklad av gitnix, och dess huvudfunktion är "Grants ability to add additional quick date range searches with google search.".

Tilläggsskärmbilder

screenshot

Ladda ner Google Search Quick Custom Ranges-förlängningens CRX-fil

Ladda ner Google Search Quick Custom Ranges-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Google Search Quick Custom Ranges Google Search Quick Custom Ranges
ID lambhmlkjmfghnccdpfnnlonmdghfipl
Officiell webbadress https://chrome.google.com/webstore/detail/google-search-quick-custo/lambhmlkjmfghnccdpfnnlonmdghfipl
Beskrivning Grants ability to add additional quick date range searches with google search.
Filstorlek 11.68 KB
Antal Installationer 17
Aktuell Version 1.0.3
Senast Uppdaterad 2017-09-14
Publiceringsdatum 2017-09-14
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare gitnix
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/gitnix/chrome-extension-google-search-custom-ranges
Stödda Språk 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"
            ]
        }
    ]
}