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
官方網址 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"
        ]
    }
}