LetsBzzzzzzzzz
Appends some quick buttons like bz, dice or bobei for Plurk.
LetsBzzzzzzzzzคืออะไร?
LetsBzzzzzzzzz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย p52189 และคุณลักษณะหลักของมันคือ "Appends some quick buttons like bz, dice or bobei for Plurk."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LetsBzzzzzzzzz
ดาวน์โหลดไฟล์ส่วนขยาย LetsBzzzzzzzzz ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This chrome extension appends some quick buttons like bz, dice or bobei for Plurk.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | LetsBzzzzzzzzz |
ID | lhakmnkcombnhldidapebhpdclidibbm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/letsbzzzzzzzzz/lhakmnkcombnhldidapebhpdclidibbm |
คำอธิบาย | Appends some quick buttons like bz, dice or bobei for Plurk. |
ขนาดไฟล์ | 42.92 KB |
จำนวนการติดตั้ง | 108 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2015-09-14 |
วันที่เผยแพร่ | 2015-09-13 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | p52189 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LetsBzzzzzzzzz", "description": "Appends some quick buttons like bz, dice or bobei for Plurk.", "version": "1.1.1", "content_scripts": [ { "matches": [ "http:\/\/www.plurk.com\/*", "https:\/\/www.plurk.com\/*" ], "js": [ "jquery-1.7.min.js", "app.js" ], "run_at": "document_end" } ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |