Download Rename Helper
Remove redundant prefixes from files when you download a file
Co to jest Download Rename Helper?
Download Rename Helper to rozszerzenie Chrome opracowane przez elvissunlihe, a jego główną funkcją jest „Remove redundant prefixes from files when you download a file”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Download Rename Helper
Pobierz pliki rozszerzeń Download Rename Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hcgadmglklkjlocclkijfjiaebomlini |
| Oficjalny URL | https://chromewebstore.google.com/detail/download-rename-helper/hcgadmglklkjlocclkijfjiaebomlini |
| Opis | Remove redundant prefixes from files when you download a file |
| Rozmiar pliku | 3.31 KB |
| Liczba instalacji | 105 |
| Aktualna Wersja | 0.3 |
| Ostatnia Aktualizacja | 2017-02-13 |
| Data Publikacji | 2017-02-13 |
| Ocena | 4.00/5 Łącznie 4 Oceny |
| Deweloper | elvissunlihe |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |