Google Search Quick Custom Ranges

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

What is Google Search Quick Custom Ranges?

Google Search Quick Custom Ranges is a Chrome extension developed by gitnix, and its main feature is "Grants ability to add additional quick date range searches with google search.".

Extension Screenshots

screenshot

Download Google Search Quick Custom Ranges Extension CRX File

Download Google Search Quick Custom Ranges extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Google Search Quick Custom Ranges Google Search Quick Custom Ranges
ID lambhmlkjmfghnccdpfnnlonmdghfipl
Official URL https://chrome.google.com/webstore/detail/google-search-quick-custo/lambhmlkjmfghnccdpfnnlonmdghfipl
Description Grants ability to add additional quick date range searches with google search.
File Size 11.68 KB
Installation Count 17
Current Version 1.0.3
Last Updated 2017-09-14
Publish Date 2017-09-14
Rating 1.00/5 Total 1 Ratings
Developer gitnix
Email [email protected]
Payment Type free
Extension Website https://github.com/gitnix/chrome-extension-google-search-custom-ranges
Supported Languages 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"
            ]
        }
    ]
}