vtopbeta Files
Download the older DA'S, Lab Practicles and Project Files
Cos'è vtopbeta Files?
vtopbeta Files è un'estensione di Chrome sviluppata da Daksh Bardia, e la sua funzione principale è "Download the older DA'S, Lab Practicles and Project Files".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione vtopbeta Files
Scarica i file di estensione vtopbeta Files in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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]
Informazioni di Base sull'Estensione
Nome | vtopbeta Files |
ID | dffkjpmlmdjkekjiecdgmalgdmdaphna |
URL Ufficiale | https://chromewebstore.google.com/detail/vtopbeta-files/dffkjpmlmdjkekjiecdgmalgdmdaphna |
Descrizione | Download the older DA'S, Lab Practicles and Project Files |
Dimensione del File | 6.37 KB |
Conteggio Installazioni | 101 |
Versione Corrente | 0.1.12 |
Ultimo Aggiornamento | 2018-01-10 |
Data di Pubblicazione | 2018-01-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Daksh Bardia |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |