艦これタイマー連携ツール

遠征・入渠・建造完了時間をiPhone版 艦これタイマーに送信するツールです。

Qu'est-ce que 艦これタイマー連携ツール ?

艦これタイマー連携ツール est une extension Chrome développée par https://blog.livedoor.jp/opu_50yen, et sa fonction principale est "遠征・入渠・建造完了時間をiPhone版 艦これタイマーに送信するツールです。".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension 艦これタイマー連携ツール

Téléchargez les fichiers d'extension 艦これタイマー連携ツール au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        艦これタイマー連携ツールは
iPhone版「艦これタイマー」に
遠征時間を自動セットするChrome拡張です。

iPhone版艦これタイマーは

https://itunes.apple.com/jp/app/shiptimer/id684642180?l=ja&ls=1&mt=8

からどうぞ。
AppStoreで「艦これ」でも出てきます。

=====================
機能概要
=====================

遠征のタイマーを自動で取得し、
iPhone版艦これタイマーに自動で設定します。
その後、(iPhone版艦これタイマーが)完了時間を通知します


=====================
Q&A
=====================

Q.タイマーが反映されるまでに時間がかかる

A.仕様上多少(5~30分)の遅延が発生する場合があります。

--

Q.「『バックグラウンド更新ON』にしたら電池がモリモリ減るんだが!」

A.Ingressやると良いよ!!面白いよ!比較にならないくらい電池がモリモリ減るんで、正直電池の減りとかどうでも良くなるよ!

--

Q.規約違反なんじゃないのー?

A.ゲームサーバー側に負荷をかけない実装にしていますので、
問題無いとは思いますが(推奨環境のChromeですし)気になる方は使わないのが吉かと




===================================== 

本アプリケーションは非公式です。角川ゲームス(KADOKAWA GAMES)様およびDMM.com様との関係は一切ございません。 
「艦隊これくしょん」は角川ゲームス(KADOKAWA GAMES)様の登録商標です。 
記載されている会社名・製品名・システム名などは各社・各者の登録商標、もしくは商標です。                    

Informations de Base sur l'Extension

Nom 艦これタイマー連携ツール 艦これタイマー連携ツール
ID nioemkhjlmohkgmkandecganpglmbhil
URL Officiel https://chromewebstore.google.com/detail/%E8%89%A6%E3%81%93%E3%82%8C%E3%82%BF%E3%82%A4%E3%83%9E%E3%83%BC%E9%80%A3%E6%90%BA%E3%83%84%E3%83%BC%E3%83%AB/nioemkhjlmohkgmkandecganpglmbhil
Description 遠征・入渠・建造完了時間をiPhone版 艦これタイマーに送信するツールです。
Taille du Fichier 350 KB
Nombre d'Installations 2,456
Version Actuelle 0.2.2
Dernière Mise à Jour 2017-02-28
Date de Publication 2017-02-28
Évaluation 4.67/5 Total 51 Évaluations
Développeur https://blog.livedoor.jp/opu_50yen
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/hkmySoft/ShipTimerForChrome
Langues Prises en Charge ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u8266\u3053\u308c\u30bf\u30a4\u30de\u30fc\u9023\u643a\u30c4\u30fc\u30eb",
    "version": "0.2.2",
    "description": "\u9060\u5f81\u30fb\u5165\u6e20\u30fb\u5efa\u9020\u5b8c\u4e86\u6642\u9593\u3092iPhone\u7248 \u8266\u3053\u308c\u30bf\u30a4\u30de\u30fc\u306b\u9001\u4fe1\u3059\u308b\u30c4\u30fc\u30eb\u3067\u3059\u3002",
    "icons": {
        "128": "src\/img\/icon128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "identity",
        ""
    ],
    "oauth2": {
        "client_id": "596857451248-9ga7vunruionf2e61jo118qmepjfuooo.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "browser_action": {
        "default_title": "\u8266\u3053\u308c\u30bf\u30a4\u30de\u30fc\u9023\u643a\u30c4\u30fc\u30eb",
        "default_icon": "src\/img\/icon128.png",
        "default_popup": "src\/html\/popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "src\/js\/constants.js",
            "src\/js\/actions\/action.js",
            "src\/js\/actions\/mission.js",
            "src\/js\/actions\/hospital.js",
            "src\/js\/actions\/build.js",
            "src\/js\/dispatcher.js",
            "src\/js\/util.js",
            "src\/js\/apns.js",
            "src\/lib\/aws-sdk-2.4.13.min.js",
            "src\/js\/main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/osapi.dmm.com\/gadgets\/ifr?*"
            ],
            "js": [
                "src\/lib\/jquery.min.js",
                "src\/js\/constants.js",
                "src\/js\/embed.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.dmm.com\/netgame\/social\/-\/gadgets\/=\/app_id=854854\/?shiptimer=true*"
            ],
            "js": [
                "src\/js\/transfer.js"
            ]
        }
    ]
}