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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย codedotreload และคุณลักษณะหลักของมันคือ "Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Set Search Time
ดาวน์โหลดไฟล์ส่วนขยาย Set Search Time ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } } |