File Renamer
Renames the files downloaded from Course Page of VIT Academics
Apa itu File Renamer?
File Renamer adalah ekstensi Chrome yang dikembangkan oleh lalit.umbarkar9, dan fitur utamanya adalah "Renames the files downloaded from Course Page of VIT Academics".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi File Renamer
Unduh file ekstensi File Renamer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | ohfgedoikmmblncjliglaehgnpjmfoib |
URL Resmi | https://chrome.google.com/webstore/detail/ohfgedoikmmblncjliglaehgnpjmfoib |
Deskripsi | Renames the files downloaded from Course Page of VIT Academics |
Ukuran File | 4.95 KB |
Jumlah Instalasi | 135 |
Versi Saat Ini | 0.3.9 |
Terakhir Diperbarui | 2016-06-17 |
Tanggal Publikasi | 2016-06-17 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | lalit.umbarkar9 |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/MrL1605/File-Renamer |
Bahasa yang Didukung | 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\/*" ] } |