Google Search Quick Custom Ranges

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

Qu'est-ce que Google Search Quick Custom Ranges ?

Google Search Quick Custom Ranges est une extension Chrome développée par gitnix, et sa fonction principale est "Grants ability to add additional quick date range searches with google search.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Google Search Quick Custom Ranges

Téléchargez les fichiers d'extension Google Search Quick Custom Ranges au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Google Search Quick Custom Ranges Google Search Quick Custom Ranges
ID lambhmlkjmfghnccdpfnnlonmdghfipl
URL Officiel https://chrome.google.com/webstore/detail/google-search-quick-custo/lambhmlkjmfghnccdpfnnlonmdghfipl
Description Grants ability to add additional quick date range searches with google search.
Taille du Fichier 11.68 KB
Nombre d'Installations 17
Version Actuelle 1.0.3
Dernière Mise à Jour 2017-09-14
Date de Publication 2017-09-14
Évaluation 1.00/5 Total 1 Évaluations
Développeur gitnix
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/gitnix/chrome-extension-google-search-custom-ranges
Langues Prises en Charge 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"
            ]
        }
    ]
}