Scratch Editor Messages
Adds a messages counter to the scratch.mit.edu editor. It's helpful, really.
什么是Scratch Editor Messages?
Scratch Editor Messages是由GrannyCookies开发的Chrome扩展程序,该扩展的主要功能是“Adds a messages counter to the scratch.mit.edu editor. It's helpful, really.”。
扩展截图
下载Scratch Editor Messages扩展crx文件
下载Scratch Editor Messages扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension, adds a unobtrusive button to the Scratch Editor. It will automatically change itself to the amount of messages you currently have. (Also, the button acts as a single-click way to get to the messages page) Made by Alex Bates AKA GrannyCookies
扩展基本信息
名称 | |
ID | keimlfjkekbehbegbnojedobedfenbbf |
官方URL | https://chrome.google.com/webstore/detail/scratch-editor-messages/keimlfjkekbehbegbnojedobedfenbbf |
简介 | Adds a messages counter to the scratch.mit.edu editor. It's helpful, really. |
文件大小 | 38.51 KB |
安装次数 | 236 |
当前版本 | 1.0 |
更新时间 | 2014-12-27 |
上架时间 | 2014-12-27 |
评分 | 5.00/5 共2次评分 |
开发者 | GrannyCookies |
付费类型 | free |
扩展官网 | http://scratch.mit.edu |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scratch Editor Messages", "version": "1.0", "description": "Adds a messages counter to the scratch.mit.edu editor. It's helpful, really.", "icons": { "128": "logo.png" }, "content_scripts": [ { "matches": [ "http:\/\/scratch.mit.edu\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "http:\/\/scratch.mit.edu\/*" ], "manifest_version": 2, "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src http:\/\/scratch.mit.edu; img-src http:\/\/scratch.mit.edu" } |