Kawaii Museum

Clip your Kawaii from any website

Vad är Kawaii Museum?

Kawaii Museum är en Chrome-tillägg utvecklad av https://www.kawaiimuseum.net, och dess huvudfunktion är "Clip your Kawaii from any website".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Kawaii Museum-förlängningens CRX-fil

Ladda ner Kawaii Museum-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Kawaii Museum Kawaii Museum
ID jkpbhaocfnbaomnkndcebalkfncmadgb
Officiell webbadress https://chromewebstore.google.com/detail/kawaii-museum/jkpbhaocfnbaomnkndcebalkfncmadgb
Beskrivning Clip your Kawaii from any website
Filstorlek 106 KB
Antal Installationer 204
Aktuell Version 1.1.0
Senast Uppdaterad 2014-06-08
Publiceringsdatum 2014-06-07
Betyg 3.31/5 Totalt 13 Betyg
Utvecklare https://www.kawaiimuseum.net
Betalningssätt free
Stödda Språk 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"
        ]
    }
}