ScratchExt
Adds a button to the Scratch website that installs ScratchExt.
ScratchExtคืออะไร?
ScratchExt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GrannyCookies และคุณลักษณะหลักของมันคือ "Adds a button to the Scratch website that installs ScratchExt."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ScratchExt
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |