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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
        ]
    }
}