GEditor - GitHub Button Editor
GitHub Button Editor makes it easy for you to open code repositories to the Github1s, CodeSandbox, Gitpod, and VSCode platforms.
GEditor - GitHub Button Editor क्या है?
GEditor - GitHub Button Editor https://kopi.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "GitHub Button Editor makes it easy for you to open code repositories to the Github1s, CodeSandbox, Gitpod, and VSCode platforms."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GEditor - GitHub Button Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
I always find it inconvenient to read code on GitHub, and even with things like Octotree, I always find it too much trouble to cut around and too slow to clone down some of the libraries, so I came up with the idea of having an online VS Code tool to read GitHub code
एक्सटेंशन की मूल जानकारी
नाम | GEditor - GitHub Button Editor |
ID | cpfldfidpgollddlhpbgflolgjdlfnob |
आधिकारिक URL | https://chromewebstore.google.com/detail/geditor-github-button-edi/cpfldfidpgollddlhpbgflolgjdlfnob |
विवरण | GitHub Button Editor makes it easy for you to open code repositories to the Github1s, CodeSandbox, Gitpod, and VSCode platforms. |
फ़ाइल का आकार | 152 KB |
स्थापना संख्या | 32 |
वर्तमान संस्करण | 0.0.0.2 |
अंतिम अपडेट | 2021-03-25 |
प्रकाशन तिथि | 2021-03-25 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://kopi.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://kopi.dev |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GEditor - GitHub Button Editor", "description": "GitHub Button Editor makes it easy for you to open code repositories to the Github1s, CodeSandbox, Gitpod, and VSCode platforms.", "version": "0.0.0.2", "browser_action": { "default_title": "GEditor" }, "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/github.com\/*" ], "run_at": "document_end" } ] } |