ScratchExt
Adds a button to the Scratch website that installs ScratchExt.
Apa itu ScratchExt?
ScratchExt adalah ekstensi Chrome yang dikembangkan oleh GrannyCookies, dan fitur utamanya adalah "Adds a button to the Scratch website that installs ScratchExt.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ScratchExt
Unduh file ekstensi ScratchExt dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | peilkhpoaiamhgcnagmklekjgmbjjjko |
URL Resmi | https://chrome.google.com/webstore/detail/scratchext/peilkhpoaiamhgcnagmklekjgmbjjjko |
Deskripsi | Adds a button to the Scratch website that installs ScratchExt. |
Ukuran File | 71.05 KB |
Jumlah Instalasi | 253 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2014-12-07 |
Tanggal Publikasi | 2014-12-07 |
Penilaian | 4.17/5 Total 6 Penilaian |
Pengembang | GrannyCookies |
Tipe Pembayaran | free |
Situs Ekstensi | http://scratch.mit.edu |
URL Halaman Bantuan | http://stefanbates.com/bookmarklet.html |
Bahasa yang Didukung | 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" } |