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开发的Chrome扩展程序,该扩展的主要功能是“Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.”。

扩展截图

screenshot
screenshot

下载Set Search Time扩展crx文件

下载Set Search Time扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}