ThemeForest Upload Progress
To add a percentage to the file upload progress bar
What is ThemeForest Upload Progress?
ThemeForest Upload Progress is a Chrome extension developed by Made by Supa, and its main feature is "To add a percentage to the file upload progress bar".
Extension Screenshots
Download ThemeForest Upload Progress Extension CRX File
Download ThemeForest Upload Progress extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Nothing exciting, just adds a percentage to the file upload progress bar in the ThemeForest dashboard.
Extension Basic Information
Name | ThemeForest Upload Progress |
ID | hmfpdmfmegcbghcbcfgbbjhaicehdbgh |
Official URL | https://chromewebstore.google.com/detail/themeforest-upload-progre/hmfpdmfmegcbghcbcfgbbjhaicehdbgh |
Description | To add a percentage to the file upload progress bar |
File Size | 45.16 KB |
Installation Count | 397 |
Current Version | 0.3 |
Last Updated | 2014-08-05 |
Publish Date | 2014-08-05 |
Rating | 2.00/5 Total 6 Ratings |
Developer | Made by Supa |
Payment Type | free |
Extension Website | http://madebysupa.com |
Supported Languages | 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" ] } ] } |