ThemeForest Upload Progress

To add a percentage to the file upload progress bar

Cos'è ThemeForest Upload Progress?

ThemeForest Upload Progress è un'estensione di Chrome sviluppata da Made by Supa, e la sua funzione principale è "To add a percentage to the file upload progress bar".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ThemeForest Upload Progress

Scarica i file di estensione ThemeForest Upload Progress in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Nothing exciting, just adds a percentage to the file upload progress bar in the ThemeForest dashboard.                    

Informazioni di Base sull'Estensione

Nome ThemeForest Upload Progress ThemeForest Upload Progress
ID hmfpdmfmegcbghcbcfgbbjhaicehdbgh
URL Ufficiale https://chromewebstore.google.com/detail/themeforest-upload-progre/hmfpdmfmegcbghcbcfgbbjhaicehdbgh
Descrizione To add a percentage to the file upload progress bar
Dimensione del File 45.16 KB
Conteggio Installazioni 397
Versione Corrente 0.3
Ultimo Aggiornamento 2014-08-05
Data di Pubblicazione 2014-08-05
Valutazione 2.00/5 Totale 6 Valutazioni
Sviluppatore Made by Supa
Tipo di Pagamento free
Sito Web dell'Estensione http://madebysupa.com
Lingue Supportate 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"
            ]
        }
    ]
}