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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
| 공식 URL | 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"
} | |