Google Search Quick Custom Ranges

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

Hvad er Google Search Quick Custom Ranges?

Google Search Quick Custom Ranges er en Chrome-udvidelse udviklet af gitnix, og dens hovedfunktion er "Grants ability to add additional quick date range searches with google search.".

Udvidelsesskærmbilleder

screenshot

Download Google Search Quick Custom Ranges-udvidelses-CRX-fil

Download Google Search Quick Custom Ranges-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Google Search Quick Custom Ranges Google Search Quick Custom Ranges
ID lambhmlkjmfghnccdpfnnlonmdghfipl
Officiel URL https://chrome.google.com/webstore/detail/google-search-quick-custo/lambhmlkjmfghnccdpfnnlonmdghfipl
Beskrivelse Grants ability to add additional quick date range searches with google search.
Filstørrelse 11.68 KB
Antal Installationer 17
Nuværende Version 1.0.3
Senest Opdateret 2017-09-14
Udgivelsesdato 2017-09-14
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler gitnix
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/gitnix/chrome-extension-google-search-custom-ranges
Understøttede Sprog 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"
            ]
        }
    ]
}