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 |
公式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" } |