那珂Stat

a Tools for figure out the league of NaKa

Cos'è 那珂Stat?

那珂Stat è un'estensione di Chrome sviluppata da gamtruliar, e la sua funzione principale è "a Tools for figure out the league of NaKa".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 那珂Stat

Scarica i file di estensione 那珂Stat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome 那珂Stat 那珂Stat
ID cnkgilmiiadbcjagpjpmfhbegmjfhank
URL Ufficiale https://chromewebstore.google.com/detail/%E9%82%A3%E7%8F%82stat/cnkgilmiiadbcjagpjpmfhbegmjfhank
Descrizione a Tools for figure out the league of NaKa
Dimensione del File 296 KB
Conteggio Installazioni 10
Versione Corrente 1.1.5
Ultimo Aggiornamento 2014-06-15
Data di Pubblicazione 2014-06-15
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore gamtruliar
Tipo di Pagamento free
Lingue Supportate 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": [
        "*"
    ]
}