Pyrun
Integrates an IDE into Twitter, Linkedin, and Facebook and executes Python code inside your feed
Pyrun क्या है?
Pyrun https://guilatrova.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Integrates an IDE into Twitter, Linkedin, and Facebook and executes Python code inside your feed"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pyrun एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
✍️ Many content creators today share Python 🐍 code through Twitter, Facebook, Linkedin using carbon.now.sh and snappify.io as BARE IMAGES. 🙅🏻 That's boring!!! It's extremely hard for your audience to understand, test, and LEARN! 👨🏻💻 Pyrun integrates a small IDE window in your page, so you can copy and run Python code inside Twitter!! 💁🏻♂️ Here's how it works • Finds any post with the #pyrun tag • Looks for any image inside • Extract its "ALT" content • 🤯 Outputs an IDE so the creator/reader can edit and run the code without leaving the page
एक्सटेंशन की मूल जानकारी
नाम | Pyrun |
ID | mpkfgkeapfgoamnbdopmdlgilhjhiini |
आधिकारिक URL | https://chromewebstore.google.com/detail/pyrun/mpkfgkeapfgoamnbdopmdlgilhjhiini |
विवरण | Integrates an IDE into Twitter, Linkedin, and Facebook and executes Python code inside your feed |
फ़ाइल का आकार | 240 KB |
स्थापना संख्या | 122 |
वर्तमान संस्करण | 1.5.3 |
अंतिम अपडेट | 2022-10-04 |
प्रकाशन तिथि | 2022-09-01 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://guilatrova.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://guilatrova.github.io/pyrun-docs/ |
सहायता पृष्ठ URL | https://guilatrova.github.io/pyrun-docs/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pyrun", "description": "Integrates an IDE into Twitter, Linkedin, and Facebook and executes Python code inside your feed", "version": "1.5.3", "icons": { "16": "icon128t.png", "48": "icon128t.png", "128": "icon128t.png" }, "action": { "default_icon": { "16": "icon128t.png", "24": "icon128t.png", "32": "icon128t.png" } }, "web_accessible_resources": [ { "resources": [ "icon.png", "styles\/pyrun.css", "styles\/snappify.css", "js\/pyrun.js", "js\/twitter_modified.js", "js\/facebook_modified.js", "js\/linkedin_modified.js" ], "matches": [ " |