Scratch Editor Messages 2

Adds a messages counter to the scratch.mit.edu editor. It's helpful, really.

Wat is Scratch Editor Messages 2?

Scratch Editor Messages 2 is een Chrome-extensie ontwikkeld door David Resnick, en de belangrijkste functie is "Adds a messages counter to the scratch.mit.edu editor. It's helpful, really.".

Download het CRX-bestand van de extensie Scratch Editor Messages 2

Download Scratch Editor Messages 2-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This is a bug fix of Scratch Editor Messages
https://chrome.google.com/webstore/detail/scratch-editor-messages/keimlfjkekbehbegbnojedobedfenbbf
By Alex Bates AKA GrannyCookies

Sources can be found on github:
https://github.com/david-resnick/scratch-editor-messages-2-extension                    

Basisinformatie over de Extensie

Naam Scratch Editor Messages 2 Scratch Editor Messages 2
ID bggohijadecjkpjipnjnamnddbiffnop
Officiële URL https://chrome.google.com/webstore/detail/scratch-editor-messages-2/bggohijadecjkpjipnjnamnddbiffnop
Beschrijving Adds a messages counter to the scratch.mit.edu editor. It's helpful, really.
Bestandsgrootte 39.67 KB
Aantal Installaties 138
Huidige Versie 1.1
Laatst Bijgewerkt 2015-09-29
Publicatiedatum 2015-09-29
Beoordeling 4.00/5 Totaal 5 Beoordelingen
Ontwikkelaar David Resnick
Betalingswijze free
Extensiewebsite https://github.com/david-resnick/scratch-editor-messages-2-extension
Ondersteunde Talen en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/scratch.mit.edu\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src https:\/\/scratch.mit.edu; img-src https:\/\/scratch.mit.edu",
    "description": "Adds a messages counter to the scratch.mit.edu editor. It's helpful, really.",
    "icons": {
        "128": "logo2.png"
    },
    "manifest_version": 2,
    "name": "Scratch Editor Messages 2",
    "permissions": [
        "tabs",
        "https:\/\/scratch.mit.edu\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}