Kawaii Museum
Clip your Kawaii from any website
Kawaii Museum là gì?
Kawaii Museum là một tiện ích mở rộng Chrome được phát triển bởi https://www.kawaiimuseum.net, và tính năng chính của nó là "Clip your Kawaii from any website".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kawaii Museum
Tải xuống các tệp mở rộng Kawaii Museum dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Kawaii Museum |
ID | jkpbhaocfnbaomnkndcebalkfncmadgb |
URL Chính Thức | https://chromewebstore.google.com/detail/kawaii-museum/jkpbhaocfnbaomnkndcebalkfncmadgb |
Mô tả | Clip your Kawaii from any website |
Kích Thước Tệp | 106 KB |
Số Lần Cài Đặt | 204 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2014-06-08 |
Ngày Phát Hành | 2014-06-07 |
Đánh Giá | 3.31/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | https://www.kawaiimuseum.net |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |