那珂Stat

a Tools for figure out the league of NaKa

那珂Stat란 무엇입니까?

那珂Stat은(는) gamtruliar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "a Tools for figure out the league of NaKa"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

那珂Stat 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        這是一個小工具去驗證 那珂的都市傳說。
功能:
-開發統計
-建造統計
-出擊結果統計(撈船)
-遠征統計
-最高記錄(資源,攻擊)
-攻擊最高記錄預先提示

使用方法:
1.在艦娘loading 前...按右鍵->檢查元素
2.點"那珂Stat" 那個tab
3.到艦娘 開發/建造/出擊/遠征 的結果將會自動記錄



注:本工具不會向 kan colle server 發出任何封包
注:本工具不會修改遊戲內容

update:
1.1.4:fix bug 偽夜戰不記錄
1.1.2:fix bug 夜戰cut in 雷擊 誤當成連擊...
1.1.1:fix bug 被雷擊 源 記錄錯誤
      預先提示 增加資訊(項目,數值)
1.1.0:開發統計..加了旗艦
加了最高記錄...會記錄 日夜戰最高攻擊
為了拍照XD...加了個攻擊最高記錄預先提示
fix bug:月份顯示錯誤..                    

확장 프로그램 기본 정보

이름 那珂Stat 那珂Stat
ID cnkgilmiiadbcjagpjpmfhbegmjfhank
공식 URL https://chromewebstore.google.com/detail/%E9%82%A3%E7%8F%82stat/cnkgilmiiadbcjagpjpmfhbegmjfhank
설명 a Tools for figure out the league of NaKa
파일 크기 296 KB
설치 횟수 10
현재 버전 1.1.5
최근 업데이트 2014-06-15
출시 날짜 2014-06-15
평점 4.00/5 총 1 개의 평점
개발자 gamtruliar
결제 유형 free
지원되는 언어 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u90a3\u73c2Stat",
    "version": "1.1.5",
    "description": "a Tools for figure out the league of NaKa",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "background": {
        "scripts": [
            "naostat_webref.js"
        ],
        "persistent": true
    },
    "content_security_policy": "default-src 'self'  chrome-extension-resource: ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval';  connect-src *; frame-src *;",
    "permissions": [
        "",
        "http:\/\/*\/",
        "storage",
        "unlimitedStorage",
        "notifications"
    ],
    "devtools_page": "naostatdevnet.html",
    "web_accessible_resources": [
        "*"
    ]
}