File Renamer

Renames the files downloaded from Course Page of VIT Academics

File Renamerとは何ですか?

File Renamerはlalit.umbarkar9によって開発されたChromeの拡張機能で、その主な機能は「Renames the files downloaded from Course Page of VIT Academics」です。

拡張機能のスクリーンショット

screenshot
screenshot

File Renamer拡張機能のCRXファイルをダウンロード

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