Groups Search
To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com
Groups Searchคืออะไร?
Groups Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://timothytocci.wordpress.com และคุณลักษณะหลักของมันคือ "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Groups Search
ดาวน์โหลดไฟล์ส่วนขยาย Groups Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Search Google Groups from the Omnibox. To use, type 'ggs' & space, and a query term into the Omnibox. To view the code for this addon and many others go to http://timothytocci.com/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Groups Search |
ID | donhcaknlpccdkjcibmnbagekdemifif |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/groups-search/donhcaknlpccdkjcibmnbagekdemifif |
คำอธิบาย | To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com |
ขนาดไฟล์ | 15.49 KB |
จำนวนการติดตั้ง | 21 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2014-01-26 |
วันที่เผยแพร่ | 2014-01-26 |
ผู้พัฒนา | https://timothytocci.wordpress.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://timothytocci.com/ |
URL หน้าช่วยเหลือ | http://timothytocci.com/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Groups Search", "short_name": "ggs Search", "description": "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com", "version": "0.1", "background": { "scripts": [ "background.js" ] }, "omnibox": { "keyword": "ggs" }, "icons": { "16": "ggs_16.png", "32": "ggs_32.png", "48": "ggs_48.png", "128": "ggs_128.png" }, "manifest_version": 2 } |