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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}