Download Rename Helper
Remove redundant prefixes from files when you download a file
Что такое Download Rename Helper?
Download Rename Helper - это расширение Chrome, разработанное elvissunlihe, и его основная функция - "Remove redundant prefixes from files when you download a file".
Снимки экрана расширения
Скачать файл CRX расширения Download Rename Helper
Скачайте файлы расширений Download Rename Helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension helps remove redundant prefixes from file names when downloading. For example, it changes "fa3a732b7920453da814ed532e8f5663_4517_outline_2016" to "4517 outline 2016" This is also an open source project, if you'd like to contribute, go to: https://github.com/elvisun/iveyDownloadHelper
Основная информация о расширении
Название | Download Rename Helper |
ID | hcgadmglklkjlocclkijfjiaebomlini |
Официальный URL | https://chromewebstore.google.com/detail/download-rename-helper/hcgadmglklkjlocclkijfjiaebomlini |
Описание | Remove redundant prefixes from files when you download a file |
Размер файла | 3.31 KB |
Количество установок | 105 |
Текущая Версия | 0.3 |
Последнее Обновление | 2017-02-13 |
Дата публикации | 2017-02-13 |
Рейтинг | 4.00/5 Всего 4 оценок |
Разработчик | elvissunlihe |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Download Rename Helper", "description": "Remove redundant prefixes from files when you download a file", "version": "0.3", "background": { "scripts": [ "bg.js" ], "persistent": false }, "permissions": [ "downloads" ], "content_security_policy": "script-src 'self' chrome-extension-resource: 'unsafe-eval'; default-src 'self'", "manifest_version": 2 } |