Open In Editor
Extends the Developer Tools, adding an ability to open resources in an editor.
Open In Editorとは何ですか?
Open In EditorはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Extends the Developer Tools, adding an ability to open resources in an editor.」です。
拡張機能のスクリーンショット
Open In Editor拡張機能のCRXファイルをダウンロード
Open In Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a companion extension for https://www.npmjs.com/package/open-in-editor-connect middleware. It adds the "Open in Editor" item to the context menus of the Chrome DevTools to open files in an external editor quickly. 拡張機能の基本情報
| 名前 | |
| ID | fmgbklepjbpnmgplnabblaehammnbmgg |
| 公式URL | https://chromewebstore.google.com/detail/open-in-editor/fmgbklepjbpnmgplnabblaehammnbmgg |
| 説明 | Extends the Developer Tools, adding an ability to open resources in an editor. |
| ファイルサイズ | 11.06 KB |
| インストール数 | 77 |
| 現在のバージョン | 1.0.3 |
| 最終更新日 | 2018-02-17 |
| 公開日 | 2018-02-16 |
| 評価 | 2.33/5 合計 3 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/generalov/open-in-editor-extension |
| ヘルプページのURL | https://github.com/generalov/open-in-editor-extension/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Open In Editor",
"version": "1.0.3",
"description": "Extends the Developer Tools, adding an ability to open resources in an editor.",
"devtools_page": "devtools.html",
"permissions": [
"http:\/\/*\/",
"https:\/\/*\/",
"tabs"
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"96": "icons\/icon96.png",
"128": "icons\/icon128.png"
},
"manifest_version": 2
} | |