Shimeji Editor
Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour.
¿Qué es Shimeji Editor?
Shimeji Editor es una extensión de Chrome desarrollada por Jarno Le Conté, y su función principal es "Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Shimeji Editor
Descarga archivos de extensión Shimeji Editor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | pinblffencpldaaojlplanileonnlmml |
URL Oficial | https://chrome.google.com/webstore/detail/shimeji-editor/pinblffencpldaaojlplanileonnlmml |
Descripción | Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour. |
Tamaño del Archivo | 2.39 MB |
Cantidad de Instalaciones | 18,188 |
Versión Actual | 0.12 |
Última Actualización | 2020-05-24 |
Fecha de Publicación | 2020-05-24 |
Calificación | 3.08/5 Total de 37 Calificaciones |
Desarrollador | Jarno Le Conté |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://shimejis.xyz |
URL de la Página de Ayuda | http://shimejis.xyz |
URL de la Página de Política de Privacidad | https://shimejis.xyz/documents/2023-04-22_Extension_Privacy_Statement.pdf |
Idiomas Soportados | 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" ] } } |