Kawaii Museum

Clip your Kawaii from any website

Kawaii Museumとは何ですか?

Kawaii Museumはhttps://www.kawaiimuseum.netによって開発されたChromeの拡張機能で、その主な機能は「Clip your Kawaii from any website」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Kawaii Museum拡張機能のCRXファイルをダウンロード

Kawaii Museum拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
        ]
    }
}