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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 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
    }
}