ThemeForest Upload Progress
To add a percentage to the file upload progress bar
Wat is ThemeForest Upload Progress?
ThemeForest Upload Progress is een Chrome-extensie ontwikkeld door Made by Supa, en de belangrijkste functie is "To add a percentage to the file upload progress bar".
Extensie Screenshots
Download het CRX-bestand van de extensie ThemeForest Upload Progress
Download ThemeForest Upload Progress-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Nothing exciting, just adds a percentage to the file upload progress bar in the ThemeForest dashboard. Basisinformatie over de Extensie
| Naam | |
| ID | hmfpdmfmegcbghcbcfgbbjhaicehdbgh |
| Officiële URL | https://chromewebstore.google.com/detail/themeforest-upload-progre/hmfpdmfmegcbghcbcfgbbjhaicehdbgh |
| Beschrijving | To add a percentage to the file upload progress bar |
| Bestandsgrootte | 45.16 KB |
| Aantal Installaties | 397 |
| Huidige Versie | 0.3 |
| Laatst Bijgewerkt | 2014-08-05 |
| Publicatiedatum | 2014-08-05 |
| Beoordeling | 2.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Made by Supa |
| Betalingswijze | free |
| Extensiewebsite | http://madebysupa.com |
| Ondersteunde Talen | 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"
]
}
]
} | |