File Renamer
Renames the files downloaded from Course Page of VIT Academics
Co to jest File Renamer?
File Renamer to rozszerzenie Chrome opracowane przez lalit.umbarkar9, a jego główną funkcją jest „Renames the files downloaded from Course Page of VIT Academics”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia File Renamer
Pobierz pliki rozszerzeń File 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
A small extension which automatically renames the files to be downloaded from VIT academics (V-TOP) Course Page. File is renamed at the 'Download Prompt' when we save the file.
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | ohfgedoikmmblncjliglaehgnpjmfoib |
Oficjalny URL | https://chrome.google.com/webstore/detail/ohfgedoikmmblncjliglaehgnpjmfoib |
Opis | Renames the files downloaded from Course Page of VIT Academics |
Rozmiar pliku | 4.95 KB |
Liczba instalacji | 135 |
Aktualna Wersja | 0.3.9 |
Ostatnia Aktualizacja | 2016-06-17 |
Data Publikacji | 2016-06-17 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | lalit.umbarkar9 |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/MrL1605/File-Renamer |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "File Renamer", "description": "Renames the files downloaded from Course Page of VIT Academics", "version": "0.3.9", "minimum_chrome_version": "26.0.1428", "background": { "scripts": [ "rename_bg.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "options_page": "options.html", "permissions": [ "activeTab", "downloads", "*:\/\/vtop.vit.ac.in\/*" ] } |