File Renamer
Renames the files downloaded from Course Page of VIT Academics
File Renamer là gì?
File Renamer là một tiện ích mở rộng Chrome được phát triển bởi lalit.umbarkar9, và tính năng chính của nó là "Renames the files downloaded from Course Page of VIT Academics".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng File Renamer
Tải xuống các tệp mở rộng File Renamer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | ohfgedoikmmblncjliglaehgnpjmfoib |
URL Chính Thức | https://chrome.google.com/webstore/detail/ohfgedoikmmblncjliglaehgnpjmfoib |
Mô tả | Renames the files downloaded from Course Page of VIT Academics |
Kích Thước Tệp | 4.95 KB |
Số Lần Cài Đặt | 135 |
Phiên Bản Hiện Tại | 0.3.9 |
Cập Nhật Lần Cuối | 2016-06-17 |
Ngày Phát Hành | 2016-06-17 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | lalit.umbarkar9 |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/MrL1605/File-Renamer |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |