Scratch 3 Developer Tools

Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu

ما هو Scratch 3 Developer Tools؟

Scratch 3 Developer Tools هو إضافة Chrome تم تطويرها بواسطة Coder2357، والميزة الرئيسية لها هي "Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu".

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

screenshot

تحميل ملف CRX للإضافة Scratch 3 Developer Tools

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

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

                        Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu

There are some bugs like when you prees clean up, it will say Griffpatch 
So it dosent matters and just use it , it will come with a update later                    

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

الاسم Scratch 3 Developer Tools Scratch 3 Developer Tools
ID bfpdlicnalglgniemfjmbjbadekoilpl
عنوان URL الرسمي https://chromewebstore.google.com/detail/scratch-3-developer-tools/bfpdlicnalglgniemfjmbjbadekoilpl
الوصف Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu
حجم الملف 39.6 KB
عدد التثبيتات 1,932
النسخة الحالية 0.1.3
آخر تحديث 2020-06-08
تاريخ النشر 2020-06-08
تقييم 2.00/5 مجموع تقييمات 4
المطور Coder2357
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://charles2060lab.wixsite.com/website
عنوان صفحة المساعدة https://charles2060lab.wixsite.com/website
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scratch 3 Developer Tools",
    "short_name": "Scratch 3 Dev Tools",
    "description": "Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https:\/\/scratch.mit.edu",
    "author": "Griffpatch",
    "version": "0.1.3",
    "homepage_url": "https:\/\/www.griffpatch.co.uk",
    "icons": {
        "32": "favicon.png",
        "128": "bigIcon.png"
    },
    "browser_action": {
        "default_icon": "favicon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/scratch.mit.edu\/projects\/*",
                "https:\/\/llk.github.io\/scratch-gui\/*"
            ],
            "js": [
                "injectSimple.js"
            ],
            "css": [
                "inject.css"
            ],
            "all_frames": false
        }
    ],
    "permissions": [
        "https:\/\/scratch.mit.edu\/*",
        "https:\/\/llk.github.io\/scratch-gui\/*"
    ],
    "web_accessible_resources": [
        "inject3.js"
    ]
}