File Renamer
Renames the files downloaded from Course Page of VIT Academics
File Renamerคืออะไร?
File Renamer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lalit.umbarkar9 และคุณลักษณะหลักของมันคือ "Renames the files downloaded from Course Page of VIT Academics"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย File Renamer
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } |