艦まど
艦これを別窓で開きます
Cos'è 艦まど?
艦まど è un'estensione di Chrome sviluppata da mooooogle, e la sua funzione principale è "艦これを別窓で開きます".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 艦まど
Scarica i file di estensione 艦まど in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
艦これを外部ウィンドウで開けるようにする拡張です。 インストールすると、艦これのページ上部にボタンを追加し、 ボタンをクリックすることで、表示が最適化された外部ウィンドウで表示が行えます。 開いたウィンドウはサイズの変更・フルスクリーン表示など、 プレイしやすいサイズに自由に変更ができます。 本ツールの使用は自己責任の上でお願いいたします。 @mooooogle
Informazioni di Base sull'Estensione
Nome | |
ID | cldfclmmpkhbhgeejhbkdgfcimijjhdg |
URL Ufficiale | https://chrome.google.com/webstore/detail/%E8%89%A6%E3%81%BE%E3%81%A9/cldfclmmpkhbhgeejhbkdgfcimijjhdg |
Descrizione | 艦これを別窓で開きます |
Dimensione del File | 54.58 KB |
Conteggio Installazioni | 590 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2013-11-07 |
Data di Pubblicazione | 2013-11-07 |
Valutazione | 5.00/5 Totale 12 Valutazioni |
Sviluppatore | mooooogle |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |