Open In Editor

Extends the Developer Tools, adding an ability to open resources in an editor.

Open In Editor là gì?

Open In Editor là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Extends the Developer Tools, adding an ability to open resources in an editor.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Open In Editor

Tải xuống các tệp mở rộng Open In Editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Open In Editor Open In Editor
ID fmgbklepjbpnmgplnabblaehammnbmgg
URL Chính Thức https://chromewebstore.google.com/detail/open-in-editor/fmgbklepjbpnmgplnabblaehammnbmgg
Mô tả Extends the Developer Tools, adding an ability to open resources in an editor.
Kích Thước Tệp 11.06 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2018-02-17
Ngày Phát Hành 2018-02-16
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/generalov/open-in-editor-extension
URL Trang Trợ Giúp https://github.com/generalov/open-in-editor-extension/issues
Ngôn Ngữ Được Hỗ Trợ 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
}