Scratch Editor Messages 2
Adds a messages counter to the scratch.mit.edu editor. It's helpful, really.
什麼是Scratch Editor Messages 2?
Scratch Editor Messages 2是由David Resnick開發的Chrome擴展程式,該擴展的主要功能是“Adds a messages counter to the scratch.mit.edu editor. It's helpful, really.”。
下載Scratch Editor Messages 2擴展crx文件
下載Scratch Editor Messages 2擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | bggohijadecjkpjipnjnamnddbiffnop |
| 官方網址 | https://chrome.google.com/webstore/detail/scratch-editor-messages-2/bggohijadecjkpjipnjnamnddbiffnop |
| 簡介 | Adds a messages counter to the scratch.mit.edu editor. It's helpful, really. |
| 檔案大小 | 39.67 KB |
| 安裝次數 | 138 |
| 目前版本 | 1.1 |
| 更新時間 | 2015-09-29 |
| 上架時間 | 2015-09-29 |
| 評分 | 4.00/5 共 5 次評分 |
| 開發者 | David Resnick |
| 付費類型 | free |
| 擴展官網 | https://github.com/david-resnick/scratch-editor-messages-2-extension |
| 支援的語言 | 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"
} | |