View TGA in GitHub

Enable viewing for TARGA format in GitHub

View TGA in GitHubとは何ですか?

View TGA in GitHubはMayuki Sawatariによって開発されたChromeの拡張機能で、その主な機能は「Enable viewing for TARGA format in GitHub」です。

View TGA in GitHub拡張機能のCRXファイルをダウンロード

View TGA in GitHub拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 View TGA in GitHub View TGA in GitHub
ID dcbncohkgmmighckpkegknbnjefbjmnl
公式URL https://chromewebstore.google.com/detail/view-tga-in-github/dcbncohkgmmighckpkegknbnjefbjmnl
説明 Enable viewing for TARGA format in GitHub
ファイルサイズ 9.79 KB
インストール数 30
現在のバージョン 0.3
最終更新日 2016-04-28
公開日 2016-04-28
開発者 Mayuki Sawatari
支払い方法 free
拡張機能のウェブサイト https://github.com/mayuki/ViewTgaInGitHub
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View TGA in GitHub",
    "version": "0.3",
    "description": "Enable viewing for TARGA format in GitHub",
    "homepage_url": "https:\/\/github.com\/mayuki\/ViewTgaInGitHub",
    "author": "Mayuki Sawatari",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "jsTGALoader\/tga.js",
                "viewTgaInGitHub.contentScript.js"
            ],
            "css": [],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "viewTgaInGitHub.pageScript.js"
    ],
    "permissions": [
        "https:\/\/github.com\/",
        "https:\/\/raw.githubusercontent.com\/"
    ],
    "background": {
        "scripts": [
            "viewTgaInGitHub.background.js"
        ],
        "persistent": false
    }
}