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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}