Set Search Time

Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.

Set Search Time क्या है?

Set Search Time codedotreload द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year."।

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

screenshot
screenshot

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

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

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

                        Use this extension to google search from your address bar or google website and limit results to the specified time period (defaults to the past year).  This avoids outdated results and prevents you from having to click "search tools" and then choosing the time period you want.                    

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

नाम Set Search Time Set Search Time
ID ehinebikndjplmoodmblgnnchhcfcijc
आधिकारिक URL https://chrome.google.com/webstore/detail/set-search-time/ehinebikndjplmoodmblgnnchhcfcijc
विवरण Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.
फ़ाइल का आकार 19.93 KB
स्थापना संख्या 121
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2015-08-02
प्रकाशन तिथि 2015-08-02
रेटिंग 2.11/5 कुल 9 रेटिंग्स
डेवलपर codedotreload
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://codereload.atwebpages.com/chrome-extensions/set-search-time/
सहायता पृष्ठ URL http://codereload.atwebpages.com/chrome-extensions/set-search-time/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Set Search Time",
    "short_name": "Search Time",
    "version": "1.0.0",
    "description": "Always Google search using time filtering to produce recent results.  Options: past hour, 24 hours, week, month, and year.",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_title": "Set Search Time Options",
        "default_popup": "options.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "setsearchtime.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}