ThemeForest Upload Progress
To add a percentage to the file upload progress bar
Apa itu ThemeForest Upload Progress?
ThemeForest Upload Progress adalah ekstensi Chrome yang dikembangkan oleh Made by Supa, dan fitur utamanya adalah "To add a percentage to the file upload progress bar".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ThemeForest Upload Progress
Unduh file ekstensi ThemeForest Upload Progress dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Nothing exciting, just adds a percentage to the file upload progress bar in the ThemeForest dashboard.
Informasi Dasar Ekstensi
Nama | ThemeForest Upload Progress |
ID | hmfpdmfmegcbghcbcfgbbjhaicehdbgh |
URL Resmi | https://chromewebstore.google.com/detail/themeforest-upload-progre/hmfpdmfmegcbghcbcfgbbjhaicehdbgh |
Deskripsi | To add a percentage to the file upload progress bar |
Ukuran File | 45.16 KB |
Jumlah Instalasi | 397 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2014-08-05 |
Tanggal Publikasi | 2014-08-05 |
Penilaian | 2.00/5 Total 6 Penilaian |
Pengembang | Made by Supa |
Tipe Pembayaran | free |
Situs Ekstensi | http://madebysupa.com |
Bahasa yang Didukung | 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" ] } ] } |