ThemeForest Upload Progress

To add a percentage to the file upload progress bar

ThemeForest Upload Progress là gì?

ThemeForest Upload Progress là một tiện ích mở rộng Chrome được phát triển bởi Made by Supa, và tính năng chính của nó là "To add a percentage to the file upload progress bar".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ThemeForest Upload Progress

Tải xuống các tệp mở rộng ThemeForest Upload Progress dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ThemeForest Upload Progress ThemeForest Upload Progress
ID hmfpdmfmegcbghcbcfgbbjhaicehdbgh
URL Chính Thức https://chromewebstore.google.com/detail/themeforest-upload-progre/hmfpdmfmegcbghcbcfgbbjhaicehdbgh
Mô tả To add a percentage to the file upload progress bar
Kích Thước Tệp 45.16 KB
Số Lần Cài Đặt 397
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2014-08-05
Ngày Phát Hành 2014-08-05
Đánh Giá 2.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Made by Supa
Loại Thanh Toán free
Trang Web Mở Rộng http://madebysupa.com
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}