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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } } |