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.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة ScratchExt

قم بتنزيل ملفات الامتداد ScratchExt بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم ScratchExt ScratchExt
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
عنوان صفحة المساعدة 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"
}