ThemeForest Upload Progress

To add a percentage to the file upload progress bar

ThemeForest Upload Progressとは何ですか?

ThemeForest Upload ProgressはMade by Supaによって開発されたChromeの拡張機能で、その主な機能は「To add a percentage to the file upload progress bar」です。

拡張機能のスクリーンショット

screenshot

ThemeForest Upload Progress拡張機能のCRXファイルをダウンロード

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