vtopbeta Files
Download the older DA'S, Lab Practicles and Project Files
vtopbeta Filesคืออะไร?
vtopbeta Files เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daksh Bardia และคุณลักษณะหลักของมันคือ "Download the older DA'S, Lab Practicles and Project Files"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย vtopbeta Files
ดาวน์โหลดไฟล์ส่วนขยาย vtopbeta Files ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Just a Simple Chrome Extension to allow to download DA'S, Lab Practicals or Review 3 Documents the upload date of which is over and in case you want to see what you uploaded. In order to download, 1. Log in your Account 2. Go the DA or Lab or Project Page on which the last date is displayed 3. Paste the class Number and Choose download option(DA,Lab,Project) Note: If the file has not been uploaded or if you entered something wrong, a file with size of 0 bytes will be downloaded (Just Delete it). Released 10th Jan 2018 If you have some issues, please mail me at [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | vtopbeta Files |
ID | dffkjpmlmdjkekjiecdgmalgdmdaphna |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vtopbeta-files/dffkjpmlmdjkekjiecdgmalgdmdaphna |
คำอธิบาย | Download the older DA'S, Lab Practicles and Project Files |
ขนาดไฟล์ | 6.37 KB |
จำนวนการติดตั้ง | 101 |
เวอร์ชันปัจจุบัน | 0.1.12 |
อัปเดตครั้งล่าสุด | 2018-01-10 |
วันที่เผยแพร่ | 2018-01-09 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Daksh Bardia |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Daksh Bardia", "name": "vtopbeta Files", "description": "Download the older DA'S, Lab Practicles and Project Files", "version": "0.1.12", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "downloads", "*:\/\/vtopbeta.vit.ac.in\/" ], "background": { "scripts": [ "background.js" ] } } |