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é द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Shimeji Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        ]
    }
}