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 là gì?
Set Search Time là một tiện ích mở rộng Chrome được phát triển bởi codedotreload, và tính năng chính của nó là "Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.".
Ả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 Set Search Time
Tải xuống các tệp mở rộng Set Search Time 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ehinebikndjplmoodmblgnnchhcfcijc |
URL Chính Thức | https://chrome.google.com/webstore/detail/set-search-time/ehinebikndjplmoodmblgnnchhcfcijc |
Mô tả | Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year. |
Kích Thước Tệp | 19.93 KB |
Số Lần Cài Đặt | 121 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2015-08-02 |
Ngày Phát Hành | 2015-08-02 |
Đánh Giá | 2.11/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | codedotreload |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://codereload.atwebpages.com/chrome-extensions/set-search-time/ |
URL Trang Trợ Giúp | http://codereload.atwebpages.com/chrome-extensions/set-search-time/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |