vtopbeta Files
Download the older DA'S, Lab Practicles and Project Files
Was ist vtopbeta Files?
vtopbeta Files ist eine Chrome-Erweiterung, die von Daksh Bardia entwickelt wurde, und ihr Hauptmerkmal ist "Download the older DA'S, Lab Practicles and Project Files".
Erweiterungsscreenshots
vtopbeta Files-Erweiterungs-CRX-Datei herunterladen
Laden Sie vtopbeta Files-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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]
Grundlegende Informationen zur Erweiterung
Name | vtopbeta Files |
ID | dffkjpmlmdjkekjiecdgmalgdmdaphna |
Offizielle URL | https://chromewebstore.google.com/detail/vtopbeta-files/dffkjpmlmdjkekjiecdgmalgdmdaphna |
Beschreibung | Download the older DA'S, Lab Practicles and Project Files |
Dateigröße | 6.37 KB |
Installationsanzahl | 101 |
Aktuelle Version | 0.1.12 |
Letztes Update | 2018-01-10 |
Veröffentlichungsdatum | 2018-01-09 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Daksh Bardia |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |