vtopbeta Files

Download the older DA'S, Lab Practicles and Project Files

ما هو vtopbeta Files؟

vtopbeta Files هو إضافة Chrome تم تطويرها بواسطة Daksh Bardia، والميزة الرئيسية لها هي "Download the older DA'S, Lab Practicles and Project Files".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة vtopbeta Files

قم بتنزيل ملفات الامتداد vtopbeta Files بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
        ]
    }
}