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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Open In Editor Open In Editor
ID fmgbklepjbpnmgplnabblaehammnbmgg
官方網址 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
}