Kantai Collection Pop-up!

Creates a pop-up window for a browser game called Kantai Collection using API-LINK.

Kantai Collection Pop-up! là gì?

Kantai Collection Pop-up! là một tiện ích mở rộng Chrome được phát triển bởi Siwat Pruksapanya, và tính năng chính của nó là "Creates a pop-up window for a browser game called Kantai Collection using API-LINK.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kantai Collection Pop-up!

Tải xuống các tệp mở rộng Kantai Collection Pop-up! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kantai Collection Pop-up! Kantai Collection Pop-up!
ID nmhllmnpeopjiokhgnmppijdincmlimi
URL Chính Thức https://chromewebstore.google.com/detail/kantai-collection-pop-up/nmhllmnpeopjiokhgnmppijdincmlimi
Mô tả Creates a pop-up window for a browser game called Kantai Collection using API-LINK.
Kích Thước Tệp 37.18 KB
Số Lần Cài Đặt 431
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2015-04-03
Ngày Phát Hành 2015-04-02
Đánh Giá 4.56/5 Tổng số 34 Đánh Giá
Nhà Phát Triển Siwat Pruksapanya
Loại Thanh Toán free
Trang Web Mở Rộng http://www.facebook.com/siwatpruksapanya
Ngôn Ngữ Được Hỗ Trợ 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"
}