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! هو إضافة Chrome تم تطويرها بواسطة Siwat Pruksapanya، والميزة الرئيسية لها هي "Creates a pop-up window for a browser game called Kantai Collection using API-LINK.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Kantai Collection Pop-up!

قم بتنزيل ملفات الامتداد Kantai Collection Pop-up! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.                    

معلومات أساسية عن التمديد

الاسم Kantai Collection Pop-up! Kantai Collection Pop-up!
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"
}