ScratchFormat
Rich text editing in Scratch.
ScratchFormat क्या है?
ScratchFormat http://pufflegamerz.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rich text editing in Scratch."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ScratchFormat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ANNOUNCEMENT: ScratchFormat has been integrated into ScratchTools. Download that instead. https://tools.scratchstatus.org/
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fklhbhcbpnkiifblkhoioddoadlknecl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/scratchformat/fklhbhcbpnkiifblkhoioddoadlknecl |
विवरण | Rich text editing in Scratch. |
फ़ाइल का आकार | 45.64 KB |
स्थापना संख्या | 496 |
वर्तमान संस्करण | 26.0 |
अंतिम अपडेट | 2022-07-21 |
प्रकाशन तिथि | 2020-06-25 |
रेटिंग | 3.38/5 कुल 8 रेटिंग्स |
डेवलपर | http://pufflegamerz.github.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://tools.scratchstatus.org/ |
सहायता पृष्ठ URL | https://tools.scratchstatus.org/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScratchFormat", "description": "Rich text editing in Scratch.", "version": "26.0", "content_scripts": [ { "matches": [ "https:\/\/scratch.mit.edu\/users*", "https:\/\/scratch.mit.edu\/studios*", "https:\/\/scratch.mit.edu\/projects*", "https:\/\/scratch.mit.edu\/messages*" ], "js": [ "loader.js" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ "smod.js", "javascript.js" ], "browser_action": { "default_title": "ScratchFormat", "default_icon": "logo.png", "default_popup": "popup.html" }, "manifest_version": 2, "short_name": "SF" } |