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是由QTeam開發的Chrome擴展程式,該擴展的主要功能是“Show user's rate progress in percentage. Shows the ratio of incoming messages to replies in percents.”。
擴展截圖
下載Mamba rate progress擴展crx文件
下載Mamba rate progress擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | jonfcneijpoijpjmaiekgkhknnnmflba |
官方網址 | 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" ] } |