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