File Renamer

Renames the files downloaded from Course Page of VIT Academics

ما هو File Renamer؟

File Renamer هو إضافة Chrome تم تطويرها بواسطة lalit.umbarkar9، والميزة الرئيسية لها هي "Renames the files downloaded from Course Page of VIT Academics".

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

screenshot
screenshot

تحميل ملف CRX للإضافة File Renamer

قم بتنزيل ملفات الامتداد File Renamer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A small extension which automatically renames the files to be downloaded from VIT academics (V-TOP) Course Page.
File is renamed at the 'Download Prompt' when we save the file.                    

معلومات أساسية عن التمديد

الاسم File Renamer File Renamer
ID ohfgedoikmmblncjliglaehgnpjmfoib
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ohfgedoikmmblncjliglaehgnpjmfoib
الوصف Renames the files downloaded from Course Page of VIT Academics
حجم الملف 4.95 KB
عدد التثبيتات 135
النسخة الحالية 0.3.9
آخر تحديث 2016-06-17
تاريخ النشر 2016-06-17
تقييم 5.00/5 مجموع تقييمات 4
المطور lalit.umbarkar9
نوع الدفع free
موقع الإضافة https://github.com/MrL1605/File-Renamer
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "File Renamer",
    "description": "Renames the files downloaded from Course Page of VIT Academics",
    "version": "0.3.9",
    "minimum_chrome_version": "26.0.1428",
    "background": {
        "scripts": [
            "rename_bg.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "downloads",
        "*:\/\/vtop.vit.ac.in\/*"
    ]
}