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".
Снимки экрана расширения
Скачать файл 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. Основная информация о расширении
| Название | |
| 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"
]
}
]
} | |