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.
擴展基本資訊
名稱 | ThemeForest Upload Progress |
ID | hmfpdmfmegcbghcbcfgbbjhaicehdbgh |
官方網址 | 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" ] } ] } |