Open in Code
This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code
Open in Codeとは何ですか?
Open in CodeはMohamad Jahaniによって開発されたChromeの拡張機能で、その主な機能は「This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code」です。
拡張機能のスクリーンショット
Open in Code拡張機能のCRXファイルをダウンロード
Open in Code拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code. This project is a free software. The source code is available in the following repository under MIT license. https://github.com/mamal72/open-in-code
拡張機能の基本情報
名前 | Open in Code |
ID | pojigilicipchiacceabcigkhkjhdcie |
公式URL | https://chromewebstore.google.com/detail/open-in-code/pojigilicipchiacceabcigkhkjhdcie |
説明 | This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code |
ファイルサイズ | 15.18 KB |
インストール数 | 255 |
現在のバージョン | 0.2.3 |
最終更新日 | 2017-05-28 |
公開日 | 2017-05-27 |
評価 | 2.67/5 合計 3 レビュー |
開発者 | Mohamad Jahani |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/mamal72/open-in-code |
ヘルプページのURL | https://github.com/mamal72/open-in-code/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in Code", "version": "0.2.3", "manifest_version": 2, "description": "This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code", "homepage_url": "https:\/\/github.com\/mamal72\/open-in-code", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "page_action": { "default_icon": "icons\/icon19.png", "default_title": "Open in Code" }, "permissions": [ "tabs", "downloads", "downloads.shelf", "https:\/\/github.com\/*" ] } |