ScratchExt
Adds a button to the Scratch website that installs ScratchExt.
O que é ScratchExt?
ScratchExt é uma extensão do Chrome desenvolvida por GrannyCookies, e sua principal característica é "Adds a button to the Scratch website that installs ScratchExt.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ScratchExt
Baixe arquivos de extensão ScratchExt no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | peilkhpoaiamhgcnagmklekjgmbjjjko |
URL Oficial | https://chrome.google.com/webstore/detail/scratchext/peilkhpoaiamhgcnagmklekjgmbjjjko |
Descrição | Adds a button to the Scratch website that installs ScratchExt. |
Tamanho do Arquivo | 71.05 KB |
Contagem de Instalações | 253 |
Versão Atual | 1.2 |
Última Atualização | 2014-12-07 |
Data de Publicação | 2014-12-07 |
Classificação | 4.17/5 Total de 6 Avaliações |
Desenvolvedor | GrannyCookies |
Tipo de Pagamento | free |
Site da Extensão | http://scratch.mit.edu |
URL da Página de Ajuda | http://stefanbates.com/bookmarklet.html |
Idiomas Suportados | 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" } |