Kawaii Museum

Clip your Kawaii from any website

Cos'è Kawaii Museum?

Kawaii Museum è un'estensione di Chrome sviluppata da https://www.kawaiimuseum.net, e la sua funzione principale è "Clip your Kawaii from any website".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Kawaii Museum

Scarica i file di estensione Kawaii Museum in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The official Kawaii Museum extension for Google Chrome!
 
This extension adds a button to your browser that lets you clip from any website, quickly and easily.
It also allows you to post any images and videos available on the internet! You don’t have to download data from now on! Just a click on the “Pink K” and your new kawaii collection will be added to your Kawaii Museum page.

Any item you think is kawaii, from blog posts, random pictures on websites and youtube videos...Add them instantly with this extension! No more need to save in your pc folder!

Any problems?
We would love to hear your feedback!
http://about.kawaiimuseum.net/contacts/new                    

Informazioni di Base sull'Estensione

Nome Kawaii Museum Kawaii Museum
ID jkpbhaocfnbaomnkndcebalkfncmadgb
URL Ufficiale https://chromewebstore.google.com/detail/kawaii-museum/jkpbhaocfnbaomnkndcebalkfncmadgb
Descrizione Clip your Kawaii from any website
Dimensione del File 106 KB
Conteggio Installazioni 204
Versione Corrente 1.1.0
Ultimo Aggiornamento 2014-06-08
Data di Pubblicazione 2014-06-07
Valutazione 3.31/5 Totale 13 Valutazioni
Sviluppatore https://www.kawaiimuseum.net
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kawaii Museum",
    "manifest_version": 2,
    "version": "1.1.0",
    "description": "Clip your Kawaii from any website",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "css": [
                "css\/km.css"
            ],
            "js": [
                "js\/jquery-2.1.0.js",
                "js\/km.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Google Mail"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}