Shimeji Editor
Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour.
Cos'è Shimeji Editor?
Shimeji Editor è un'estensione di Chrome sviluppata da Jarno Le Conté, e la sua funzione principale è "Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Shimeji Editor
Scarica i file di estensione Shimeji Editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | pinblffencpldaaojlplanileonnlmml |
URL Ufficiale | https://chrome.google.com/webstore/detail/shimeji-editor/pinblffencpldaaojlplanileonnlmml |
Descrizione | Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour. |
Dimensione del File | 2.39 MB |
Conteggio Installazioni | 18,188 |
Versione Corrente | 0.12 |
Ultimo Aggiornamento | 2020-05-24 |
Data di Pubblicazione | 2020-05-24 |
Valutazione | 3.08/5 Totale 37 Valutazioni |
Sviluppatore | Jarno Le Conté |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://shimejis.xyz |
URL della Pagina di Aiuto | http://shimejis.xyz |
URL della Pagina della Politica sulla Privacy | https://shimejis.xyz/documents/2023-04-22_Extension_Privacy_Statement.pdf |
Lingue Supportate | 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" ] } } |