Map Decals for TagPro

Adds a bunch of "decals" (image overlays) on to maps in TagPro. Decal sets can be imported and configured from the server home page.

Map Decals for TagProとは何ですか?

Map Decals for TagProはBrowncoatによって開発されたChromeの拡張機能で、その主な機能は「Adds a bunch of "decals" (image overlays) on to maps in TagPro. Decal sets can be imported and configured from the server home page.」です。

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

screenshot
screenshot
screenshot
screenshot

Map Decals for TagPro拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Map Decals for TagPro Map Decals for TagPro
ID ghbmfllkoglgkmojpkonpllonbnjhifk
公式URL https://chrome.google.com/webstore/detail/map-decals-for-tagpro/ghbmfllkoglgkmojpkonpllonbnjhifk
説明 Adds a bunch of "decals" (image overlays) on to maps in TagPro. Decal sets can be imported and configured from the server home page.
ファイルサイズ 1.41 MB
インストール数 13
現在のバージョン 1.0.1
最終更新日 2015-05-20
公開日 2015-05-20
評価 5.00/5 合計 3 レビュー
開発者 Browncoat
支払い方法 free
ヘルプページのURL http://www.reddit.com/r/TagPro/wiki/decals
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Map Decals for TagPro",
    "short_name": "Map Decals",
    "description": "Adds a bunch of \"decals\" (image overlays) on to maps in TagPro. Decal sets can be imported and configured from the server home page.",
    "version": "1.0.1",
    "author": "Browncoat",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "128": "resources\/logo_128.png",
        "48": "resources\/logo_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.koalabeast.com\/*",
                "http:\/\/*.newcompte.fr\/*",
                "http:\/\/*.jukejuice.com\/*"
            ],
            "css": [
                "style\/decals.css"
            ],
            "js": [
                "script\/jquery-2.1.4.min.js",
                "script\/map-decals.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "resources\/*",
        "fonts\/*",
        "script\/decal-renderer.js"
    ]
}