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.
擴展基本資訊
名稱 | Kantai Collection Pop-up! |
ID | nmhllmnpeopjiokhgnmppijdincmlimi |
官方網址 | 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" } |