Shimeji Editor
Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour.
Shimeji Editor là gì?
Shimeji Editor là một tiện ích mở rộng Chrome được phát triển bởi Jarno Le Conté, và tính năng chính của nó là "Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour.".
Ả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 Shimeji Editor
Tải xuống các tệp mở rộng Shimeji Editor 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
Little Shimeji buddies live in your browser and interact with webpages. You script their behaviour! Define how they should interact with elements on the site, by writing code or pasting scripts written by others. You can choose different characters or upload your own Shimeji artwork provided as spritesheet. Please share scripts and Shimejis, and have FUN! Visit our web page for more information: http://shimejis.xyz
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pinblffencpldaaojlplanileonnlmml |
URL Chính Thức | https://chrome.google.com/webstore/detail/shimeji-editor/pinblffencpldaaojlplanileonnlmml |
Mô tả | Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour. |
Kích Thước Tệp | 2.39 MB |
Số Lần Cài Đặt | 18,188 |
Phiên Bản Hiện Tại | 0.12 |
Cập Nhật Lần Cuối | 2020-05-24 |
Ngày Phát Hành | 2020-05-24 |
Đánh Giá | 3.08/5 Tổng số 37 Đánh Giá |
Nhà Phát Triển | Jarno Le Conté |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://shimejis.xyz |
URL Trang Trợ Giúp | http://shimejis.xyz |
URL Trang Chính Sách Bảo Mật | https://shimejis.xyz/documents/2023-04-22_Extension_Privacy_Statement.pdf |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shimeji Editor", "description": "Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour.", "version": "0.12", "author": "Jarno Le Cont\u00e9", "manifest_version": 2, "icons": { "128": "icon-128.png" }, "permissions": [ "tabs", "storage", "unlimitedStorage", "*:\/\/*\/" ], "content_security_policy": "script-src 'self' 'sha256-aEeKSL7j+nrUdIrLloY6TV2\/Yx+HXp4rknVaTXwNWno=' 'sha256-7B6rTuXUsu9shBeECmDFH4h7RDsfogQ3kIonJnIL40o=' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_title": "Shimejis" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |