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 |
官方網址 | 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" } |