withExEditor

From the context menu (right click), you can "View source" "View selection" or "Edit text" with your favorite editor.

withExEditor là gì?

withExEditor là một tiện ích mở rộng Chrome được phát triển bởi https://asamuzak.jp, và tính năng chính của nó là "From the context menu (right click), you can "View source" "View selection" or "Edit text" with your favorite editor.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng withExEditor 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

                        From the context menu (right click), you can "View source" "View selection" or "Edit text" with your favorite editor.
Enabled in (X)HTML, JavaScript, CSS, MathML, SVG, XML, etc.

To use withExEditor, you also need to prepare a host which executes your editor.
Please download the host for withExEditor from asamuzaK/withExEditorHost .                    

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

Tên withExEditor withExEditor
ID koghhpkkcndhhclklnnnhcpkkplfkgoi
URL Chính Thức https://chromewebstore.google.com/detail/withexeditor/koghhpkkcndhhclklnnnhcpkkplfkgoi
Mô tả From the context menu (right click), you can "View source" "View selection" or "Edit text" with your favorite editor.
Kích Thước Tệp 251 KB
Số Lần Cài Đặt 420
Phiên Bản Hiện Tại 10.5.7
Cập Nhật Lần Cuối 2024-01-24
Ngày Phát Hành 2020-07-01
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://asamuzak.jp
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/asamuzaK/withExEditor
URL Trang Trợ Giúp https://github.com/asamuzaK/withExEditor/issues
Ngôn Ngữ Được Hỗ Trợ en,en-GB,fr,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "html\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon-outline-16.png",
            "32": "img\/icon-outline-32.png"
        },
        "default_title": "__MSG_extensionName__"
    },
    "commands": {
        "execEditor": {
            "description": "__MSG_commandExecEditor__",
            "suggested_key": {
                "default": "Ctrl+Shift+U"
            }
        },
        "openOptionsPage": {
            "description": "__MSG_commandOpenOptions__",
            "suggested_key": {
                "default": "Alt+Shift+U"
            }
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "lib\/mozilla\/browser-polyfill.min.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/github.com\/asamuzaK\/withExEditor",
    "icons": {
        "16": "img\/icon-outline-16.png",
        "32": "img\/icon-outline-32.png",
        "64": "img\/icon-color.png",
        "128": "img\/icon-color-128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "optional_permissions": [
        "notifications"
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "html\/options.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "nativeMessaging",
        "storage",
        "tabs"
    ],
    "short_name": "__MSG_extensionName__",
    "version": "10.5.7"
}