Search Date Changer

This extension enables to add 'Publish date option' to Google search results URL and re-search by just oneclick.

Search Date Changer란 무엇입니까?

Search Date Changer은(는) https://blogger.tempus.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension enables to add 'Publish date option' to Google search results URL and re-search by just oneclick."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Search Date Changer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        [DESCRIPTION]

This 'Search Date Changer'(or 'SDC') chrome extension
enables you to change Google search result date range
easily.

When you searched some words by Google, SDC icon is on the
OmniBox(or as known as URL box).  By clicking the icon, you
can change your Google search results with specified date
range.  SDC icon will be just only for Google Web search,
News search, Video search, and Books search.

Every icon clicking, search range changes in the order 'Any
time', 'Past hour', 'Past 24 hours', 'Past week', 'Past month',
and 'Past year'.  If you'd like to know what the icon means,
please put your mouse cursor on the icon and tool-tip shows
current mode.

You can select SDC mode from Chrome extensions option menu.
With clicking right mouse button on SDC icon or from
Google chrome extension menu, you can see SDC's option
view.

Please check 'Enable' check-box for your preferred behavior.
If you check 'Force user setting for any search' check box
and Google search result date range does not match the one
you select as 'Enable', SDC tries to re-search again with
search result date range which you check as 'Enabled'
automatically.  To select search result date range for this
automatic selection, 'Default' option will be used.


[SOURCE CODE]

All source code will be available from:
- http://github.com/n-miyo/sdc/


[HISTORY]

version 1.6.0(Jun 17, 2013):
- Update Google Chrome Extensions Manifet to V2.
- Update jQuery to 2.0.2.                    

확장 프로그램 기본 정보

이름 Search Date Changer Search Date Changer
ID bbnomnjfdibkpkbnhfbomeccmgldlico
공식 URL https://chromewebstore.google.com/detail/search-date-changer/bbnomnjfdibkpkbnhfbomeccmgldlico
설명 This extension enables to add 'Publish date option' to Google search results URL and re-search by just oneclick.
파일 크기 67.59 KB
설치 횟수 510
현재 버전 1.6.0
최근 업데이트 2013-06-17
출시 날짜 2013-06-17
평점 3.71/5 총 17 개의 평점
개발자 https://blogger.tempus.org
결제 유형 free
확장 프로그램 웹 사이트 http://blogger.tempus.org/
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Date Changer",
    "version": "1.6.0",
    "manifest_version": 2,
    "description": "This extension enables to add 'Publish date option' to Google search results URL and re-search by just oneclick.",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "default_locale": "en",
    "page_action": {
        "default_icon": "img\/icon0.png",
        "default_title": "Any time"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "global.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ]
}