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 |
| 官方URL | 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\/*"
]
} | |