Shimeji Editor

Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour.

Shimeji Editorとは何ですか?

Shimeji EditorはJarno Le Contéによって開発されたChromeの拡張機能で、その主な機能は「Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Shimeji Editor拡張機能のCRXファイルをダウンロード

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                    

拡張機能の基本情報

名前 Shimeji Editor Shimeji Editor
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é
Eメール [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"
        ]
    }
}