那珂Stat

a Tools for figure out the league of NaKa

What is 那珂Stat?

那珂Stat is a Chrome extension developed by gamtruliar, and its main feature is "a Tools for figure out the league of NaKa".

Extension Screenshots

screenshot
screenshot
screenshot

Download 那珂Stat Extension CRX File

Download 那珂Stat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

使用方法:
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:月份顯示錯誤..                    

Extension Basic Information

Name 那珂Stat 那珂Stat
ID cnkgilmiiadbcjagpjpmfhbegmjfhank
Official URL https://chromewebstore.google.com/detail/%E9%82%A3%E7%8F%82stat/cnkgilmiiadbcjagpjpmfhbegmjfhank
Description a Tools for figure out the league of NaKa
File Size 296 KB
Installation Count 10
Current Version 1.1.5
Last Updated 2014-06-15
Publish Date 2014-06-15
Rating 4.00/5 Total 1 Ratings
Developer gamtruliar
Payment Type free
Supported Languages 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": [
        "*"
    ]
}