dev messenger
applies a dark console like theme to facebook messenger
dev messengerคืออะไร?
dev messenger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย attiewilly และคุณลักษณะหลักของมันคือ "applies a dark console like theme to facebook messenger"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย dev messenger
ดาวน์โหลดไฟล์ส่วนขยาย dev messenger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Transforms the facebook messenger's interface to look more like a distraction free console. The bright letters on a dark background are also more resting for the eyes
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | dev messenger |
ID | omhmoiolkafieenilfphinccnecpenlc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dev-messenger/omhmoiolkafieenilfphinccnecpenlc |
คำอธิบาย | applies a dark console like theme to facebook messenger |
ขนาดไฟล์ | 339 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 2.3 |
อัปเดตครั้งล่าสุด | 2016-10-30 |
วันที่เผยแพร่ | 2016-10-30 |
คะแนน | 2.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | attiewilly |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "dev messenger", "version": "2.3", "description": "applies a dark console like theme to facebook messenger", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon-19.png", "default_title": "dev messenger" }, "permissions": [ "tabs", "https:\/\/www.messenger.com\/*" ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.messenger.com\/*" ], "css": [], "js": [ "jquery-1.11.2.min.js", "makeItNicer.js" ] } ], "applications": { "gecko": { "id": "[email protected]" } }, "manifest_version": 2 } |