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.”。
擴展截圖
下載Search Date Changer擴展crx文件
下載Search Date Changer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
[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 |
ID | bbnomnjfdibkpkbnhfbomeccmgldlico |
官方網址 | 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" ] } |