艦これタイマー for Google Chrome™

艦これのタイマーです!

Qu'est-ce que 艦これタイマー for Google Chrome™ ?

艦これタイマー for Google Chrome™ est une extension Chrome développée par jigsaw, et sa fonction principale est "艦これのタイマーです!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 艦これタイマー for Google Chrome™

Téléchargez les fichiers d'extension 艦これタイマー for Google Chrome™ 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

                        艦隊これの遠征や入渠の時間を管理できる拡張機能です!

// **** CHANGE LOG **** //
0.0.8 - バグフィックスなど
0.0.7 - キーボード入力を強化しました, 期間限定海域終了に伴い、プレフィックスの削除をしました
0.0.6 - Chrome 29 アップデートのため
0.0.5 - 遠征にプリセットを追加しました! (thx @li_saku)
0.0.4 - ファーストリリース                    

Informations de Base sur l'Extension

Nom 艦これタイマー for Google Chrome™ 艦これタイマー for Google Chrome™
ID oochjcgkemdchmglnmmheapegkpgmjhd
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-for-google-chrome/oochjcgkemdchmglnmmheapegkpgmjhd
Description 艦これのタイマーです!
Taille du Fichier 110 KB
Nombre d'Installations 2,029
Version Actuelle 0.0.8
Dernière Mise à Jour 2013-09-11
Date de Publication 2013-09-10
Évaluation 3.43/5 Total 23 Évaluations
Développeur jigsaw
Email [email protected]
Type de Paiement free
Langues Prises en Charge ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u8266\u3053\u308c\u30bf\u30a4\u30de\u30fc for Google Chrome\u2122",
    "description": "\u8266\u3053\u308c\u306e\u30bf\u30a4\u30de\u30fc\u3067\u3059\uff01",
    "author": "jigsaw",
    "homepage_url": "http:\/\/jgs.me",
    "version": "0.0.8",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "background",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "38": "images\/icon38.png",
            "19": "images\/icon19.png"
        },
        "default_title": "\u8266\u968a\u3053\u308c\u304f\u3057\u3087\u3093\u30bf\u30a4\u30de\u30fc",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    }
}