ThemeForest Upload Progress
To add a percentage to the file upload progress bar
Was ist ThemeForest Upload Progress?
ThemeForest Upload Progress ist eine Chrome-Erweiterung, die von Made by Supa entwickelt wurde, und ihr Hauptmerkmal ist "To add a percentage to the file upload progress bar".
Erweiterungsscreenshots
ThemeForest Upload Progress-Erweiterungs-CRX-Datei herunterladen
Laden Sie ThemeForest Upload Progress-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Nothing exciting, just adds a percentage to the file upload progress bar in the ThemeForest dashboard. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hmfpdmfmegcbghcbcfgbbjhaicehdbgh |
| Offizielle URL | https://chromewebstore.google.com/detail/themeforest-upload-progre/hmfpdmfmegcbghcbcfgbbjhaicehdbgh |
| Beschreibung | To add a percentage to the file upload progress bar |
| Dateigröße | 45.16 KB |
| Installationsanzahl | 397 |
| Aktuelle Version | 0.3 |
| Letztes Update | 2014-08-05 |
| Veröffentlichungsdatum | 2014-08-05 |
| Bewertung | 2.00/5 Insgesamt 6 Bewertungen |
| Entwickler | Made by Supa |
| Zahlungsart | free |
| Erweiterungswebsite | http://madebysupa.com |
| Unterstützte Sprachen | 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"
]
}
]
} | |