Pyrun
Integrates an IDE into Twitter, Linkedin, and Facebook and executes Python code inside your feed
Pyrun là gì?
Pyrun là một tiện ích mở rộng Chrome được phát triển bởi https://guilatrova.dev, và tính năng chính của nó là "Integrates an IDE into Twitter, Linkedin, and Facebook and executes Python code inside your feed".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pyrun
Tải xuống các tệp mở rộng Pyrun dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
✍️ 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pyrun |
ID | mpkfgkeapfgoamnbdopmdlgilhjhiini |
URL Chính Thức | https://chromewebstore.google.com/detail/pyrun/mpkfgkeapfgoamnbdopmdlgilhjhiini |
Mô tả | Integrates an IDE into Twitter, Linkedin, and Facebook and executes Python code inside your feed |
Kích Thước Tệp | 240 KB |
Số Lần Cài Đặt | 122 |
Phiên Bản Hiện Tại | 1.5.3 |
Cập Nhật Lần Cuối | 2022-10-04 |
Ngày Phát Hành | 2022-09-01 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://guilatrova.dev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://guilatrova.github.io/pyrun-docs/ |
URL Trang Trợ Giúp | https://guilatrova.github.io/pyrun-docs/ |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |