ThemeForest Upload Progress

To add a percentage to the file upload progress bar

Co je ThemeForest Upload Progress?

ThemeForest Upload Progress je rozšíření Chrome vyvinuté Made by Supa, a jeho hlavní funkcí je „To add a percentage to the file upload progress bar“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ThemeForest Upload Progress

Stáhněte si soubory rozšíření ThemeForest Upload Progress ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název ThemeForest Upload Progress ThemeForest Upload Progress
ID hmfpdmfmegcbghcbcfgbbjhaicehdbgh
Oficiální URL https://chromewebstore.google.com/detail/themeforest-upload-progre/hmfpdmfmegcbghcbcfgbbjhaicehdbgh
Popis To add a percentage to the file upload progress bar
Velikost souboru 45.16 KB
Počet instalací 397
Aktuální Verze 0.3
Poslední Aktualizace 2014-08-05
Datum Vydání 2014-08-05
Hodnocení 2.00/5 Celkem 6 Hodnocení
Vývojář Made by Supa
Typ Platby free
Webové stránky Rozšíření http://madebysupa.com
Podporované Jazyky 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"
            ]
        }
    ]
}