E-X-T-E-N-S-I-O-N
Adds a special button whenever "inception" is mentioned on a page. Bwaaaaaaap!
E-X-T-E-N-S-I-O-Nคืออะไร?
E-X-T-E-N-S-I-O-N เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sgentle และคุณลักษณะหลักของมันคือ "Adds a special button whenever "inception" is mentioned on a page. Bwaaaaaaap!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย E-X-T-E-N-S-I-O-N
ดาวน์โหลดไฟล์ส่วนขยาย E-X-T-E-N-S-I-O-N ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | E-X-T-E-N-S-I-O-N |
ID | lobdenhpockjiiihkkhnaglehbcnjemj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/e-x-t-e-n-s-i-o-n/lobdenhpockjiiihkkhnaglehbcnjemj |
คำอธิบาย | Adds a special button whenever "inception" is mentioned on a page. Bwaaaaaaap! |
ขนาดไฟล์ | 78.99 KB |
จำนวนการติดตั้ง | 80 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2015-05-14 |
วันที่เผยแพร่ | 2015-05-13 |
ผู้พัฒนา | sgentle |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "E-X-T-E-N-S-I-O-N", "manifest_version": 2, "version": "0.3", "description": "Adds a special button whenever \"inception\" is mentioned on a page. Bwaaaaaaap!", "web_accessible_resources": [ "bwaaap.png", "bwaaap.mp3" ], "page_action": { "default_icon": "icon16.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "bwaaap.js" ], "all_frames": true } ] } |