Google Search Duration

Easily change the duration of google search

What is Google Search Duration?

Google Search Duration is a Chrome extension developed by Jeril Sebastian, and its main feature is "Easily change the duration of google search".

Extension Screenshots

screenshot

Download Google Search Duration Extension CRX File

Download Google Search Duration 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

                        Easily filter results of Google search by time range. Doing so in the default search results requires quite a few clicks. This plugin does that in just 2 clicks.

- Simple and lightweight
- No permissions required                    

Extension Basic Information

Name Google Search Duration Google Search Duration
ID gohmpbncdcmfmkoceccbdfmpjbbclnpg
Official URL https://chromewebstore.google.com/detail/google-search-duration/gohmpbncdcmfmkoceccbdfmpjbbclnpg
Description Easily change the duration of google search
File Size 9.7 KB
Installation Count 56
Current Version 1.1
Last Updated 2017-08-20
Publish Date 2017-08-20
Rating 5.00/5 Total 3 Ratings
Developer Jeril Sebastian
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Search Duration",
    "description": "Easily change the duration of google search",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ]
}