yourepl
Instant code editor/REPL under any youtube video}
yourepl क्या है?
yourepl AltIvan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instant code editor/REPL under any youtube video}"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में yourepl एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Watch YouTube™ tutorials and write code at the same time! https://www.youtube.com/watch?v=Hx9GtMb6sRU
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kemgfmokkanpphkaaofemjfncpgfellk |
आधिकारिक URL | https://chrome.google.com/webstore/detail/yourepl/kemgfmokkanpphkaaofemjfncpgfellk |
विवरण | Instant code editor/REPL under any youtube video} |
फ़ाइल का आकार | 233 KB |
स्थापना संख्या | 30 |
वर्तमान संस्करण | 0.0.4 |
अंतिम अपडेट | 2018-12-22 |
प्रकाशन तिथि | 2018-12-22 |
रेटिंग | 3.25/5 कुल 4 रेटिंग्स |
डेवलपर | AltIvan |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.4", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "externally_connectable": { "matches": [ "https:\/\/repl.it\/*", "https:\/\/*.youtube.com\/*" ] }, "permissions": [ "tabs", "https:\/\/www.youtube.com\/*", "https:\/\/repl.it\/*", "background", "storage" ], "web_accessible_resources": [ "css\/repl.css", "css\/youtube.css", "css\/repl-button.css", "scripts\/libs\/jquery.js", "scripts\/libs\/zoom-and-pan.js", "scripts\/libs\/utils.js", "scripts\/libs\/iframe-as-container.js", "scripts\/libs\/function.prototype.stateful.js", "scripts\/yt-event-proxy.js", "scripts\/repl-button.js", "scripts\/on-installed.js", "scripts\/save-repls.js", "scripts\/yourepl.js" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/repl.it\/*" ], "js": [ "scripts\/inject-start.js" ], "run_at": "document_end", "all_frames": true } ] } |