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 là gì?
Search Date Changer là một tiện ích mở rộng Chrome được phát triển bởi https://blogger.tempus.org, và tính năng chính của nó là "This extension enables to add 'Publish date option' to Google search results URL and re-search by just oneclick.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Search Date Changer
Tải xuống các tệp mở rộng Search Date Changer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
[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. Thông Tin Cơ Bản về Tiện Ích Mở Rộng
| Tên | |
| ID | bbnomnjfdibkpkbnhfbomeccmgldlico |
| URL Chính Thức | https://chromewebstore.google.com/detail/search-date-changer/bbnomnjfdibkpkbnhfbomeccmgldlico |
| Mô tả | This extension enables to add 'Publish date option' to Google search results URL and re-search by just oneclick. |
| Kích Thước Tệp | 67.59 KB |
| Số Lần Cài Đặt | 510 |
| Phiên Bản Hiện Tại | 1.6.0 |
| Cập Nhật Lần Cuối | 2013-06-17 |
| Ngày Phát Hành | 2013-06-17 |
| Đánh Giá | 3.71/5 Tổng số 17 Đánh Giá |
| Nhà Phát Triển | https://blogger.tempus.org |
| Loại Thanh Toán | free |
| Trang Web Mở Rộng | http://blogger.tempus.org/ |
| Ngôn Ngữ Được Hỗ Trợ | 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"
]
} | |