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 |
官方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" ] } |