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 Coder2357 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scratch 3 Developer Tools to enhance your Scratch Editing Experience on https://scratch.mit.edu"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Scratch 3 Developer Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 |
सहायता पृष्ठ URL | 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" ] } |