Kawaii Museum

Clip your Kawaii from any website

Kawaii Museum क्या है?

Kawaii Museum https://www.kawaiimuseum.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clip your Kawaii from any website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kawaii Museum एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Kawaii Museum Kawaii Museum
ID jkpbhaocfnbaomnkndcebalkfncmadgb
आधिकारिक URL https://chromewebstore.google.com/detail/kawaii-museum/jkpbhaocfnbaomnkndcebalkfncmadgb
विवरण Clip your Kawaii from any website
फ़ाइल का आकार 106 KB
स्थापना संख्या 204
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2014-06-08
प्रकाशन तिथि 2014-06-07
रेटिंग 3.31/5 कुल 13 रेटिंग्स
डेवलपर https://www.kawaiimuseum.net
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        ]
    }
}