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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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"
} | |