vtopbeta Files
Download the older DA'S, Lab Practicles and Project Files
Qu'est-ce que vtopbeta Files ?
vtopbeta Files est une extension Chrome développée par Daksh Bardia, et sa fonction principale est "Download the older DA'S, Lab Practicles and Project Files".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension vtopbeta Files
Téléchargez les fichiers d'extension vtopbeta Files au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | vtopbeta Files |
ID | dffkjpmlmdjkekjiecdgmalgdmdaphna |
URL Officiel | https://chromewebstore.google.com/detail/vtopbeta-files/dffkjpmlmdjkekjiecdgmalgdmdaphna |
Description | Download the older DA'S, Lab Practicles and Project Files |
Taille du Fichier | 6.37 KB |
Nombre d'Installations | 101 |
Version Actuelle | 0.1.12 |
Dernière Mise à Jour | 2018-01-10 |
Date de Publication | 2018-01-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Daksh Bardia |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |