艦まど
艦これを別窓で開きます
Wat is 艦まど?
艦まど is een Chrome-extensie ontwikkeld door mooooogle, en de belangrijkste functie is "艦これを別窓で開きます".
Extensie Screenshots
Download het CRX-bestand van de extensie 艦まど
Download 艦まど-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
艦これを外部ウィンドウで開けるようにする拡張です。 インストールすると、艦これのページ上部にボタンを追加し、 ボタンをクリックすることで、表示が最適化された外部ウィンドウで表示が行えます。 開いたウィンドウはサイズの変更・フルスクリーン表示など、 プレイしやすいサイズに自由に変更ができます。 本ツールの使用は自己責任の上でお願いいたします。 @mooooogle
Basisinformatie over de Extensie
Naam | |
ID | cldfclmmpkhbhgeejhbkdgfcimijjhdg |
Officiële URL | https://chrome.google.com/webstore/detail/%E8%89%A6%E3%81%BE%E3%81%A9/cldfclmmpkhbhgeejhbkdgfcimijjhdg |
Beschrijving | 艦これを別窓で開きます |
Bestandsgrootte | 54.58 KB |
Aantal Installaties | 590 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-11-07 |
Publicatiedatum | 2013-11-07 |
Beoordeling | 5.00/5 Totaal 12 Beoordelingen |
Ontwikkelaar | mooooogle |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |