File Renamer

Renames the files downloaded from Course Page of VIT Academics

What is File Renamer?

File Renamer is a Chrome extension developed by lalit.umbarkar9, and its main feature is "Renames the files downloaded from Course Page of VIT Academics".

Extension Screenshots

screenshot
screenshot

Download File Renamer Extension CRX File

Download File Renamer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name File Renamer File Renamer
ID ohfgedoikmmblncjliglaehgnpjmfoib
Official URL https://chrome.google.com/webstore/detail/ohfgedoikmmblncjliglaehgnpjmfoib
Description Renames the files downloaded from Course Page of VIT Academics
File Size 4.95 KB
Installation Count 135
Current Version 0.3.9
Last Updated 2016-06-17
Publish Date 2016-06-17
Rating 5.00/5 Total 4 Ratings
Developer lalit.umbarkar9
Payment Type free
Extension Website https://github.com/MrL1605/File-Renamer
Supported Languages 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\/*"
    ]
}