艦まど
艦これを別窓で開きます
What is 艦まど?
艦まど is a Chrome extension developed by mooooogle, 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
艦これを外部ウィンドウで開けるようにする拡張です。 インストールすると、艦これのページ上部にボタンを追加し、 ボタンをクリックすることで、表示が最適化された外部ウィンドウで表示が行えます。 開いたウィンドウはサイズの変更・フルスクリーン表示など、 プレイしやすいサイズに自由に変更ができます。 本ツールの使用は自己責任の上でお願いいたします。 @mooooogle
Extension Basic Information
Name | |
ID | cldfclmmpkhbhgeejhbkdgfcimijjhdg |
Official URL | https://chrome.google.com/webstore/detail/%E8%89%A6%E3%81%BE%E3%81%A9/cldfclmmpkhbhgeejhbkdgfcimijjhdg |
Description | 艦これを別窓で開きます |
File Size | 54.58 KB |
Installation Count | 590 |
Current Version | 1.0 |
Last Updated | 2013-11-07 |
Publish Date | 2013-11-07 |
Rating | 5.00/5 Total 12 Ratings |
Developer | mooooogle |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u8266\u307e\u3069", "manifest_version": 2, "version": "1.0", "description": "\u8266\u3053\u308c\u3092\u5225\u7a93\u3067\u958b\u304d\u307e\u3059", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/osapi.dmm.com\/gadgets\/ifr?*" ], "js": [ "addbutton.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "http:\/\/osapi.dmm.com\/*" ] } |