Mamba rate progress
Show user's rate progress in percentage. Shows the ratio of incoming messages to replies in percents.
Mamba rate progressคืออะไร?
Mamba rate progress เป็นส่วนขยายของ Chrome ที่พัฒนาโดย QTeam และคุณลักษณะหลักของมันคือ "Show user's rate progress in percentage. Shows the ratio of incoming messages to replies in percents."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mamba rate progress
ดาวน์โหลดไฟล์ส่วนขยาย Mamba rate progress ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jonfcneijpoijpjmaiekgkhknnnmflba |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/mamba-rate-progress/jonfcneijpoijpjmaiekgkhknnnmflba |
คำอธิบาย | Show user's rate progress in percentage. Shows the ratio of incoming messages to replies in percents. |
ขนาดไฟล์ | 202 KB |
จำนวนการติดตั้ง | 33 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-06-19 |
วันที่เผยแพร่ | 2015-06-19 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | QTeam |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "ru", "version": "1.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*.mamba.ru\/*" ], "js": [ "popup.js" ] } ], "permissions": [ "activeTab" ] } |