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"
    ]
}