艦これ 艦載機計算機の隠し味
艦これ 艦載機計算機の編成と装備とマップを保存します。
What is 艦これ 艦載機計算機の隠し味?
艦これ 艦載機計算機の隠し味 is a Chrome extension developed by 44kana, and its main feature is "艦これ 艦載機計算機の編成と装備とマップを保存します。".
Extension Screenshots
Download 艦これ 艦載機計算機の隠し味 Extension CRX File
Download 艦これ 艦載機計算機の隠し味 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
艦これ 艦載機計算機 に機能を追加する Chrome 拡張です。 表示されている編成と載せている装備、および選択されているマップをセットにして複数保存する機能を追加します。また、独自の Url を生成し、本スクリプトをインストールしているユーザー同士で編成状況を伝え合うことができます。 想定している用途: 月に一度しか行かない海域等の編成備忘録 掲示板やチャット等でのスムーズな編成情報の提示 MIT ライセンスで公開します。ソースは https://github.com/44kana/Kancolle-Aircraft-Calculator-Expansion をご覧ください。 ご意見・ご感想・ご要望・ご文句・ご罵倒は Twitter @44kana か Github まで。
Extension Basic Information
Name | ![]() |
ID | enpnafjdhdkephdnjemcomfidoenlgfk |
Official URL | https://chrome.google.com/webstore/detail/%E8%89%A6%E3%81%93%E3%82%8C-%E8%89%A6%E8%BC%89%E6%A9%9F%E8%A8%88%E7%AE%97%E6%A9%9F%E3%81%AE%E9%9A%A0%E3%81%97%E5%91%B3/enpnafjdhdkephdnjemcomfidoenlgfk |
Description | 艦これ 艦載機計算機の編成と装備とマップを保存します。 |
File Size | 7.06 KB |
Installation Count | 48 |
Current Version | 0.0.2 |
Last Updated | 2014-09-13 |
Publish Date | 2014-09-13 |
Developer | 44kana |
Payment Type | free |
Extension Website | https://github.com/44kana/Kancolle-Aircraft-Calculator-Expansion |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "js": [ "Kancolle-Aircraft-Calculator-Expansion.user.js" ], "matches": [ "http:\/\/www.kancolle-calc.net\/aircrafts.htm*" ], "run_at": "document_end" } ], "icons": { "16": "icon19.png" }, "page_action": { "default_icon": { "19": "icon19.png" }, "default_title": "\u8266\u3053\u308c\u8266\u8f09\u6a5f\u8a08\u7b97\u6a5f\u306e\u96a0\u3057\u5473" }, "description": "\u8266\u3053\u308c \u8266\u8f09\u6a5f\u8a08\u7b97\u6a5f\u306e\u7de8\u6210\u3068\u88c5\u5099\u3068\u30de\u30c3\u30d7\u3092\u4fdd\u5b58\u3057\u307e\u3059\u3002", "name": "\u8266\u3053\u308c \u8266\u8f09\u6a5f\u8a08\u7b97\u6a5f\u306e\u96a0\u3057\u5473", "version": "0.0.2" } |