Google Search Duration

Easily change the duration of google search

Google Search Duration क्या है?

Google Search Duration Jeril Sebastian द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily change the duration of google search"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Search Duration एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Google Search Duration Google Search Duration
ID gohmpbncdcmfmkoceccbdfmpjbbclnpg
आधिकारिक URL https://chromewebstore.google.com/detail/google-search-duration/gohmpbncdcmfmkoceccbdfmpjbbclnpg
विवरण Easily change the duration of google search
फ़ाइल का आकार 9.7 KB
स्थापना संख्या 56
वर्तमान संस्करण 1.1
अंतिम अपडेट 2017-08-20
प्रकाशन तिथि 2017-08-20
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Jeril Sebastian
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}