vtopbeta Files
Download the older DA'S, Lab Practicles and Project Files
vtopbeta Filesとは何ですか?
vtopbeta FilesはDaksh Bardiaによって開発されたChromeの拡張機能で、その主な機能は「Download the older DA'S, Lab Practicles and Project Files」です。
拡張機能のスクリーンショット
vtopbeta Files拡張機能のCRXファイルをダウンロード
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" ] } } |