Scratch Editor Messages 2
Adds a messages counter to the scratch.mit.edu editor. It's helpful, really.
Scratch Editor Messages 2 क्या है?
Scratch Editor Messages 2 David Resnick द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a messages counter to the scratch.mit.edu editor. It's helpful, really."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Scratch Editor Messages 2 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a bug fix of Scratch Editor Messages https://chrome.google.com/webstore/detail/scratch-editor-messages/keimlfjkekbehbegbnojedobedfenbbf By Alex Bates AKA GrannyCookies Sources can be found on github: https://github.com/david-resnick/scratch-editor-messages-2-extension
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bggohijadecjkpjipnjnamnddbiffnop |
आधिकारिक URL | https://chrome.google.com/webstore/detail/scratch-editor-messages-2/bggohijadecjkpjipnjnamnddbiffnop |
विवरण | Adds a messages counter to the scratch.mit.edu editor. It's helpful, really. |
फ़ाइल का आकार | 39.67 KB |
स्थापना संख्या | 138 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2015-09-29 |
प्रकाशन तिथि | 2015-09-29 |
रेटिंग | 4.00/5 कुल 5 रेटिंग्स |
डेवलपर | David Resnick |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/david-resnick/scratch-editor-messages-2-extension |
समर्थित भाषाएँ | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "script.js" ], "matches": [ "https:\/\/scratch.mit.edu\/*" ], "run_at": "document_end" } ], "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src https:\/\/scratch.mit.edu; img-src https:\/\/scratch.mit.edu", "description": "Adds a messages counter to the scratch.mit.edu editor. It's helpful, really.", "icons": { "128": "logo2.png" }, "manifest_version": 2, "name": "Scratch Editor Messages 2", "permissions": [ "tabs", "https:\/\/scratch.mit.edu\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |