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”。

擴展截圖

screenshot

下載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 vtopbeta Files
ID dffkjpmlmdjkekjiecdgmalgdmdaphna
官方網址 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"
        ]
    }
}