Kantai Collection Pop-up!
Creates a pop-up window for a browser game called Kantai Collection using API-LINK.
Kantai Collection Pop-up!とは何ですか?
Kantai Collection Pop-up!はSiwat Pruksapanyaによって開発されたChromeの拡張機能で、その主な機能は「Creates a pop-up window for a browser game called Kantai Collection using API-LINK.」です。
拡張機能のスクリーンショット
Kantai Collection Pop-up!拡張機能のCRXファイルをダウンロード
Kantai Collection Pop-up!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
How to set up:
1.) Get your api-link.
(Ctrl+Shift+C then click on the game)
( more details here http://goo.gl/gWoiPF )
2.) Go to extension's options and enter the api-link. Window size can be edited in the options as well.
3.) Don't forget to click save.
4.) Click at extension icon to play.
Update Note:
0.0.0.3 : The API-LINK will no longer show up on the title of the pop-up.
Note from developer:
This application is just a simple javascript to generate a popup to fit the game screen. The API-LINK is stored locally at the browser. 拡張機能の基本情報
| 名前 | |
| ID | nmhllmnpeopjiokhgnmppijdincmlimi |
| 公式URL | https://chromewebstore.google.com/detail/kantai-collection-pop-up/nmhllmnpeopjiokhgnmppijdincmlimi |
| 説明 | Creates a pop-up window for a browser game called Kantai Collection using API-LINK. |
| ファイルサイズ | 37.18 KB |
| インストール数 | 431 |
| 現在のバージョン | 0.0.0.3 |
| 最終更新日 | 2015-04-03 |
| 公開日 | 2015-04-02 |
| 評価 | 4.56/5 合計 34 レビュー |
| 開発者 | Siwat Pruksapanya |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.facebook.com/siwatpruksapanya |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Kantai Collection Pop-up!",
"version": "0.0.0.3",
"manifest_version": 2,
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"description": "Creates a pop-up window for a browser game called Kantai Collection using API-LINK.",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon48.png"
},
"options_page": "options.html"
} | |