File Renamer
Renames the files downloaded from Course Page of VIT Academics
Vad är File Renamer?
File Renamer är en Chrome-tillägg utvecklad av lalit.umbarkar9, och dess huvudfunktion är "Renames the files downloaded from Course Page of VIT Academics".
Tilläggsskärmbilder
Ladda ner File Renamer-förlängningens CRX-fil
Ladda ner File Renamer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | ![]() |
ID | ohfgedoikmmblncjliglaehgnpjmfoib |
Officiell webbadress | https://chrome.google.com/webstore/detail/ohfgedoikmmblncjliglaehgnpjmfoib |
Beskrivning | Renames the files downloaded from Course Page of VIT Academics |
Filstorlek | 4.95 KB |
Antal Installationer | 135 |
Aktuell Version | 0.3.9 |
Senast Uppdaterad | 2016-06-17 |
Publiceringsdatum | 2016-06-17 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | lalit.umbarkar9 |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/MrL1605/File-Renamer |
Stödda Språk | 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\/*" ] } |