Google Search Duration
Easily change the duration of google search
Google Search Durationคืออะไร?
Google Search Duration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeril Sebastian และคุณลักษณะหลักของมันคือ "Easily change the duration of google search"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Search Duration
ดาวน์โหลดไฟล์ส่วนขยาย Google Search Duration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily filter results of Google search by time range. Doing so in the default search results requires quite a few clicks. This plugin does that in just 2 clicks. - Simple and lightweight - No permissions required
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Search Duration |
ID | gohmpbncdcmfmkoceccbdfmpjbbclnpg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-search-duration/gohmpbncdcmfmkoceccbdfmpjbbclnpg |
คำอธิบาย | Easily change the duration of google search |
ขนาดไฟล์ | 9.7 KB |
จำนวนการติดตั้ง | 56 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-08-20 |
วันที่เผยแพร่ | 2017-08-20 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Jeril Sebastian |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Search Duration", "description": "Easily change the duration of google search", "version": "1.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "declarativeContent" ] } |