Kawaii Museum
Clip your Kawaii from any website
什麼是Kawaii Museum?
Kawaii Museum是由https://www.kawaiimuseum.net開發的Chrome擴展程式,該擴展的主要功能是“Clip your Kawaii from any website”。
擴展截圖
下載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 |
ID | jkpbhaocfnbaomnkndcebalkfncmadgb |
官方網址 | 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" ] } } |