Google Search Quick Custom Ranges

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

Was ist Google Search Quick Custom Ranges?

Google Search Quick Custom Ranges ist eine Chrome-Erweiterung, die von gitnix entwickelt wurde, und ihr Hauptmerkmal ist "Grants ability to add additional quick date range searches with google search.".

Erweiterungsscreenshots

screenshot

Google Search Quick Custom Ranges-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Search Quick Custom Ranges-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Google Search Quick Custom Ranges Google Search Quick Custom Ranges
ID lambhmlkjmfghnccdpfnnlonmdghfipl
Offizielle URL https://chrome.google.com/webstore/detail/google-search-quick-custo/lambhmlkjmfghnccdpfnnlonmdghfipl
Beschreibung Grants ability to add additional quick date range searches with google search.
Dateigröße 11.68 KB
Installationsanzahl 17
Aktuelle Version 1.0.3
Letztes Update 2017-09-14
Veröffentlichungsdatum 2017-09-14
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler gitnix
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/gitnix/chrome-extension-google-search-custom-ranges
Unterstützte Sprachen 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"
            ]
        }
    ]
}