ThemeForest Upload Progress

To add a percentage to the file upload progress bar

ThemeForest Upload Progress क्या है?

ThemeForest Upload Progress Made by Supa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To add a percentage to the file upload progress bar"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ThemeForest Upload Progress एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम ThemeForest Upload Progress ThemeForest Upload Progress
ID hmfpdmfmegcbghcbcfgbbjhaicehdbgh
आधिकारिक URL https://chromewebstore.google.com/detail/themeforest-upload-progre/hmfpdmfmegcbghcbcfgbbjhaicehdbgh
विवरण To add a percentage to the file upload progress bar
फ़ाइल का आकार 45.16 KB
स्थापना संख्या 397
वर्तमान संस्करण 0.3
अंतिम अपडेट 2014-08-05
प्रकाशन तिथि 2014-08-05
रेटिंग 2.00/5 कुल 6 रेटिंग्स
डेवलपर Made by Supa
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://madebysupa.com
समर्थित भाषाएँ 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"
            ]
        }
    ]
}