View TGA in GitHub

Enable viewing for TARGA format in GitHub

What is View TGA in GitHub?

View TGA in GitHub is a Chrome extension developed by Mayuki Sawatari, and its main feature is "Enable viewing for TARGA format in GitHub".

Download View TGA in GitHub Extension CRX File

Download View TGA in GitHub 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

                                            

Extension Basic Information

Name View TGA in GitHub View TGA in GitHub
ID dcbncohkgmmighckpkegknbnjefbjmnl
Official URL https://chromewebstore.google.com/detail/view-tga-in-github/dcbncohkgmmighckpkegknbnjefbjmnl
Description Enable viewing for TARGA format in GitHub
File Size 9.79 KB
Installation Count 30
Current Version 0.3
Last Updated 2016-04-28
Publish Date 2016-04-28
Developer Mayuki Sawatari
Payment Type free
Extension Website https://github.com/mayuki/ViewTgaInGitHub
Supported Languages 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
    }
}