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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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é
이메일 [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"
        ]
    }
}