ScratchExt
Adds a button to the Scratch website that installs ScratchExt.
ScratchExtとは何ですか?
ScratchExtはGrannyCookiesによって開発されたChromeの拡張機能で、その主な機能は「Adds a button to the Scratch website that installs ScratchExt.」です。
拡張機能のスクリーンショット
ScratchExt拡張機能のCRXファイルをダウンロード
ScratchExt拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds 2 buttons to the Scratch website that install ScratchExt. One is in the navbar, and the other is in the editor near the file button. They are both red so you should see them xP Designed with this custom navigation bar: https://userstyles.org/styles/107407/scratch-navbar-changes This eleminates the need to click the bookmarklet. Extension made by GrannyCookies (Alex Bates) ScratchExt is a collab between GrannyCookies, thistleeverfreen, and Yoda3D.
拡張機能の基本情報
名前 | |
ID | peilkhpoaiamhgcnagmklekjgmbjjjko |
公式URL | https://chrome.google.com/webstore/detail/scratchext/peilkhpoaiamhgcnagmklekjgmbjjjko |
説明 | Adds a button to the Scratch website that installs ScratchExt. |
ファイルサイズ | 71.05 KB |
インストール数 | 253 |
現在のバージョン | 1.2 |
最終更新日 | 2014-12-07 |
公開日 | 2014-12-07 |
評価 | 4.17/5 合計 6 レビュー |
開発者 | GrannyCookies |
支払い方法 | free |
拡張機能のウェブサイト | http://scratch.mit.edu |
ヘルプページのURL | http://stefanbates.com/bookmarklet.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScratchExt", "version": "1.2", "description": "Adds a button to the Scratch website that installs ScratchExt.", "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" } |