ThemeForest Upload Progress

To add a percentage to the file upload progress bar

Co to jest ThemeForest Upload Progress?

ThemeForest Upload Progress to rozszerzenie Chrome opracowane przez Made by Supa, a jego główną funkcją jest „To add a percentage to the file upload progress bar”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ThemeForest Upload Progress

Pobierz pliki rozszerzeń ThemeForest Upload Progress w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa ThemeForest Upload Progress ThemeForest Upload Progress
ID hmfpdmfmegcbghcbcfgbbjhaicehdbgh
Oficjalny URL https://chromewebstore.google.com/detail/themeforest-upload-progre/hmfpdmfmegcbghcbcfgbbjhaicehdbgh
Opis To add a percentage to the file upload progress bar
Rozmiar pliku 45.16 KB
Liczba instalacji 397
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2014-08-05
Data Publikacji 2014-08-05
Ocena 2.00/5 Łącznie 6 Oceny
Deweloper Made by Supa
Typ Płatności free
Strona Rozszerzenia http://madebysupa.com
Obsługiwane Języki 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"
            ]
        }
    ]
}