ThemeForest Upload Progress

To add a percentage to the file upload progress bar

Vad är ThemeForest Upload Progress?

ThemeForest Upload Progress är en Chrome-tillägg utvecklad av Made by Supa, och dess huvudfunktion är "To add a percentage to the file upload progress bar".

Tilläggsskärmbilder

screenshot

Ladda ner ThemeForest Upload Progress-förlängningens CRX-fil

Ladda ner ThemeForest Upload Progress-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn ThemeForest Upload Progress ThemeForest Upload Progress
ID hmfpdmfmegcbghcbcfgbbjhaicehdbgh
Officiell webbadress https://chromewebstore.google.com/detail/themeforest-upload-progre/hmfpdmfmegcbghcbcfgbbjhaicehdbgh
Beskrivning To add a percentage to the file upload progress bar
Filstorlek 45.16 KB
Antal Installationer 397
Aktuell Version 0.3
Senast Uppdaterad 2014-08-05
Publiceringsdatum 2014-08-05
Betyg 2.00/5 Totalt 6 Betyg
Utvecklare Made by Supa
Betalningssätt free
Tilläggswebbplats http://madebysupa.com
Stödda Språk 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"
            ]
        }
    ]
}