Scratch Editor Messages 2
Adds a messages counter to the scratch.mit.edu editor. It's helpful, really.
What is Scratch Editor Messages 2?
Scratch Editor Messages 2 is a Chrome extension developed by David Resnick, and its main feature is "Adds a messages counter to the scratch.mit.edu editor. It's helpful, really.".
Download Scratch Editor Messages 2 Extension CRX File
Download Scratch Editor Messages 2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | bggohijadecjkpjipnjnamnddbiffnop |
Official URL | https://chrome.google.com/webstore/detail/scratch-editor-messages-2/bggohijadecjkpjipnjnamnddbiffnop |
Description | Adds a messages counter to the scratch.mit.edu editor. It's helpful, really. |
File Size | 39.67 KB |
Installation Count | 138 |
Current Version | 1.1 |
Last Updated | 2015-09-29 |
Publish Date | 2015-09-29 |
Rating | 4.00/5 Total 5 Ratings |
Developer | David Resnick |
Payment Type | free |
Extension Website | https://github.com/david-resnick/scratch-editor-messages-2-extension |
Supported Languages | 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" } |