File Renamer
Renames the files downloaded from Course Page of VIT Academics
Wat is File Renamer?
File Renamer is een Chrome-extensie ontwikkeld door lalit.umbarkar9, en de belangrijkste functie is "Renames the files downloaded from Course Page of VIT Academics".
Extensie Screenshots
Download het CRX-bestand van de extensie File Renamer
Download File Renamer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ohfgedoikmmblncjliglaehgnpjmfoib |
| Officiële URL | https://chrome.google.com/webstore/detail/ohfgedoikmmblncjliglaehgnpjmfoib |
| Beschrijving | Renames the files downloaded from Course Page of VIT Academics |
| Bestandsgrootte | 4.95 KB |
| Aantal Installaties | 135 |
| Huidige Versie | 0.3.9 |
| Laatst Bijgewerkt | 2016-06-17 |
| Publicatiedatum | 2016-06-17 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | lalit.umbarkar9 |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/MrL1605/File-Renamer |
| Ondersteunde Talen | 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\/*"
]
} | |