ThemeForest Upload Progress

To add a percentage to the file upload progress bar

ما هو ThemeForest Upload Progress؟

ThemeForest Upload Progress هو إضافة Chrome تم تطويرها بواسطة Made by Supa، والميزة الرئيسية لها هي "To add a percentage to the file upload progress bar".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ThemeForest Upload Progress

قم بتنزيل ملفات الامتداد ThemeForest Upload Progress بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
            ]
        }
    ]
}