Shimeji Editor
Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour.
Shimeji Editorคืออะไร?
Shimeji Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jarno Le Conté และคุณลักษณะหลักของมันคือ "Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shimeji Editor
ดาวน์โหลดไฟล์ส่วนขยาย Shimeji Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pinblffencpldaaojlplanileonnlmml |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/shimeji-editor/pinblffencpldaaojlplanileonnlmml |
คำอธิบาย | Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour. |
ขนาดไฟล์ | 2.39 MB |
จำนวนการติดตั้ง | 18,188 |
เวอร์ชันปัจจุบัน | 0.12 |
อัปเดตครั้งล่าสุด | 2020-05-24 |
วันที่เผยแพร่ | 2020-05-24 |
คะแนน | 3.08/5 รวมทั้งหมด 37 คะแนน |
ผู้พัฒนา | Jarno Le Conté |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://shimejis.xyz |
URL หน้าช่วยเหลือ | http://shimejis.xyz |
URL หน้านโยบายความเป็นส่วนตัว | https://shimejis.xyz/documents/2023-04-22_Extension_Privacy_Statement.pdf |
ภาษาที่รองรับ | 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" ] } } |