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によって開発されたChromeの拡張機能で、その主な機能は「GitHub Button Editor makes it easy for you to open code repositories to the Github1s, CodeSandbox, Gitpod, and VSCode platforms.」です。
拡張機能のスクリーンショット
GEditor - GitHub Button Editor拡張機能のCRXファイルをダウンロード
GEditor - GitHub Button Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
]
} | |