File Renamer
Renames the files downloaded from Course Page of VIT Academics
什麼是File Renamer?
File Renamer是由lalit.umbarkar9開發的Chrome擴展程式,該擴展的主要功能是“Renames the files downloaded from Course Page of VIT Academics”。
擴展截圖
下載File Renamer擴展crx文件
下載File Renamer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | ![]() |
ID | ohfgedoikmmblncjliglaehgnpjmfoib |
官方網址 | https://chrome.google.com/webstore/detail/ohfgedoikmmblncjliglaehgnpjmfoib |
簡介 | Renames the files downloaded from Course Page of VIT Academics |
檔案大小 | 4.95 KB |
安裝次數 | 135 |
目前版本 | 0.3.9 |
更新時間 | 2016-06-17 |
上架時間 | 2016-06-17 |
評分 | 5.00/5 共 4 次評分 |
開發者 | lalit.umbarkar9 |
付費類型 | free |
擴展官網 | https://github.com/MrL1605/File-Renamer |
支援的語言 | 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\/*" ] } |