Wikipedia Search
To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com
Wikipedia Searchคืออะไร?
Wikipedia Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://timothytocci.wordpress.com และคุณลักษณะหลักของมันคือ "To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wikipedia Search
ดาวน์โหลดไฟล์ส่วนขยาย Wikipedia Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is an Omnibox extension that enables you to search Wikipedia from the browser. To use, type 'wiki' & space, and a query term into the Omnibox. To view the code for this extension and many more visit http://timothytocci.com/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Wikipedia Search |
ID | chekijheblihjfainmnakhfkahfhaegg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wikipedia-search/chekijheblihjfainmnakhfkahfhaegg |
คำอธิบาย | To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com |
ขนาดไฟล์ | 14.49 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2014-01-28 |
วันที่เผยแพร่ | 2014-01-27 |
ผู้พัฒนา | 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": "Wikipedia Search", "short_name": "wiki Search", "description": "To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com", "version": "0.1", "background": { "scripts": [ "background.js" ] }, "omnibox": { "keyword": "wiki" }, "icons": { "16": "wiki_16.png", "32": "wiki_32.png", "48": "wiki_48.png", "128": "wiki_128.png" }, "manifest_version": 2 } |