CodePen OmniSearch
Search for pens from CodePen.io in the omnibox.
CodePen OmniSearchคืออะไร?
CodePen OmniSearch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.extant.elementfx.com และคุณลักษณะหลักของมันคือ "Search for pens from CodePen.io in the omnibox."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CodePen OmniSearch
ดาวน์โหลดไฟล์ส่วนขยาย CodePen OmniSearch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quickly search for pens on CodePen.io from the address bar. To do a search, click on your address bar and type "cp" (without the quotation marks), then press "Tab" on your keyboard, type what you are searching for and hit "Enter". It's that easy. NOTE: I am not affiliated with CodePen. Any logos used are the property of CodePen and I did not create them. The CodePen logos can be found here: http://blog.codepen.io/documentation/brand-assets/logos/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CodePen OmniSearch |
ID | nhhllinajngichobomhaainophdohgpj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/codepen-omnisearch/nhhllinajngichobomhaainophdohgpj |
คำอธิบาย | Search for pens from CodePen.io in the omnibox. |
ขนาดไฟล์ | 11.51 KB |
จำนวนการติดตั้ง | 291 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-03-14 |
วันที่เผยแพร่ | 2015-03-14 |
คะแนน | 4.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://www.extant.elementfx.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.extant.elementfx.com/CodePen_OmniSearch/index.html |
URL หน้าช่วยเหลือ | http://www.extant.elementfx.com/CodePen_OmniSearch/index.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CodePen OmniSearch", "version": "1.0", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "description": "Search for pens from CodePen.io in the omnibox.", "background": { "scripts": [ "search.js" ] }, "omnibox": { "keyword": "cp" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |