Tabula Rasa - Stats for Vega Conflict

Shows fleet and base fights statistics for Vega Conflict on your profil

Tabula Rasa - Stats for Vega Conflict란 무엇입니까?

Tabula Rasa - Stats for Vega Conflict은(는) [TR] r3d에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows fleet and base fights statistics for Vega Conflict on your profil"입니다.

확장 프로그램 스크린샷

screenshot

Tabula Rasa - Stats for Vega Conflict 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Shows fleet and base fights statistics for Vega Conflict on your profil                    

확장 프로그램 기본 정보

이름 Tabula Rasa - Stats for Vega Conflict Tabula Rasa - Stats for Vega Conflict
ID lpnbnfknfkophjmohgdmifelghokkbfn
공식 URL https://chromewebstore.google.com/detail/tabula-rasa-stats-for-veg/lpnbnfknfkophjmohgdmifelghokkbfn
설명 Shows fleet and base fights statistics for Vega Conflict on your profil
파일 크기 229 KB
설치 횟수 51
현재 버전 0.0.2
최근 업데이트 2015-06-09
출시 날짜 2015-06-09
개발자 [TR] r3d
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabula Rasa - Stats for Vega Conflict",
    "author": "r3d",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Shows fleet and base fights statistics for Vega Conflict on your profil",
    "browser_action": {
        "default_icon": "images\/tr.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/tr.png",
        "48": "images\/tr.png",
        "128": "images\/tr.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.kixeye.com\/profile\/*",
                "http:\/\/www.kixeye.com\/profile\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "stats.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/api.kixeye.com\/*"
    ]
}