Download Renamer
Check downloads and replace/remove illegal characters, simple fix for the single quote issue.
Co to jest Download Renamer?
Download Renamer to rozszerzenie Chrome opracowane przez Michael, a jego główną funkcją jest „Check downloads and replace/remove illegal characters, simple fix for the single quote issue.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Download Renamer
Pobierz pliki rozszerzeń Download Renamer 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 checks the filename of downloads, when it contains illegal characters they will be removed. Spaces will be replaced with underscores. This extension can be used as simple fix for the single quote (') problem.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bhgbjidhkpomdgkkgepcfdjcfjpdjcej |
Oficjalny URL | https://chromewebstore.google.com/detail/download-renamer/bhgbjidhkpomdgkkgepcfdjcfjpdjcej |
Opis | Check downloads and replace/remove illegal characters, simple fix for the single quote issue. |
Rozmiar pliku | 7.94 KB |
Liczba instalacji | 30 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2019-02-21 |
Data Publikacji | 2019-02-21 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Michael |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Download Renamer", "version": "1.2", "description": "Check downloads and replace\/remove illegal characters, simple fix for the single quote issue.", "permissions": [ "downloads" ], "background": { "scripts": [ "background.js" ], "persistant": false }, "icons": { "64": "icon64.png" }, "manifest_version": 2 } |