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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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\/*"
    ]
}