Kantai Collection Pop-up!

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

Qu'est-ce que Kantai Collection Pop-up! ?

Kantai Collection Pop-up! est une extension Chrome développée par Siwat Pruksapanya, et sa fonction principale est "Creates a pop-up window for a browser game called Kantai Collection using API-LINK.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Kantai Collection Pop-up!

Téléchargez les fichiers d'extension Kantai Collection Pop-up! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Kantai Collection Pop-up! Kantai Collection Pop-up!
ID nmhllmnpeopjiokhgnmppijdincmlimi
URL Officiel https://chromewebstore.google.com/detail/kantai-collection-pop-up/nmhllmnpeopjiokhgnmppijdincmlimi
Description Creates a pop-up window for a browser game called Kantai Collection using API-LINK.
Taille du Fichier 37.18 KB
Nombre d'Installations 431
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2015-04-03
Date de Publication 2015-04-02
Évaluation 4.56/5 Total 34 Évaluations
Développeur Siwat Pruksapanya
Type de Paiement free
Site Web de l'Extension http://www.facebook.com/siwatpruksapanya
Langues Prises en Charge 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"
}