ThemeForest Upload Progress
To add a percentage to the file upload progress bar
什么是ThemeForest Upload Progress?
ThemeForest Upload Progress是由Made by Supa开发的Chrome扩展程序,该扩展的主要功能是“To add a percentage to the file upload progress bar”。
扩展截图
下载ThemeForest Upload Progress扩展crx文件
下载ThemeForest Upload Progress扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Nothing exciting, just adds a percentage to the file upload progress bar in the ThemeForest dashboard. 扩展基本信息
| 名称 | |
| ID | hmfpdmfmegcbghcbcfgbbjhaicehdbgh |
| 官方URL | https://chromewebstore.google.com/detail/themeforest-upload-progre/hmfpdmfmegcbghcbcfgbbjhaicehdbgh |
| 简介 | To add a percentage to the file upload progress bar |
| 文件大小 | 45.16 KB |
| 安装次数 | 397 |
| 当前版本 | 0.3 |
| 更新时间 | 2014-08-05 |
| 上架时间 | 2014-08-05 |
| 评分 | 2.00/5 共6次评分 |
| 开发者 | Made by Supa |
| 付费类型 | free |
| 扩展官网 | http://madebysupa.com |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ThemeForest Upload Progress",
"version": "0.3",
"description": "To add a percentage to the file upload progress bar",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/themeforest.net\/author_dashboard"
],
"css": [
"tf_styles.css"
],
"js": [
"jquery.js",
"tf_script.js"
]
}
]
} | |