WebPlatform Search Companion
Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.…
WebPlatform Search Companionคืออะไร?
WebPlatform Search Companion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mangini และคุณลักษณะหลักของมันคือ "Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebPlatform Search Companion
ดาวน์โหลดไฟล์ส่วนขยาย WebPlatform Search Companion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature. Just type "wpd"+space on your Chrome omnibox (that box where you type URLs) and the extension will be activated. Then, type whatever CSS property, for exemple, and you will get direct URLs to the corresponding http://webplatform.org pages. Example; type "wpdborder" and you will get the direct links to css: properties/border css: properties/border-bottom css: properties/border-bottom-color css: properties/border-bottom-color-left-radius css: properties/border-bottom-color-right-radius
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WebPlatform Search Companion |
ID | cmnfpmlchcgefcboofmabaaclkgnoiei |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/webplatform-search-compan/cmnfpmlchcgefcboofmabaaclkgnoiei |
คำอธิบาย | Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.… |
ขนาดไฟล์ | 22.05 KB |
จำนวนการติดตั้ง | 52 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2012-12-13 |
วันที่เผยแพร่ | 2012-12-12 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | mangini |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://webplatform.org |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebPlatform Search Companion", "version": "1.0", "omnibox": { "keyword": "wpd" }, "icons": { "16": "logo-16.png", "128": "logo-128.png" }, "permissions": [ "http:\/\/docs.webplatform.org\/*" ], "background": { "persistent": false, "scripts": [ "background.js" ] } } |