source-editor

Add editor to a source view. Modify code to run on the original page. Using the ACE Editor. Try this one. 1. Modify code.…

source-editor là gì?

source-editor là một tiện ích mở rộng Chrome được phát triển bởi kyo_ago, và tính năng chính của nó là "Add editor to a source view. Modify code to run on the original page. Using the ACE Editor. Try this one. 1. Modify code.…".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Add editor to a source view.
Modify code to run on the original page.
Using the ACE Editor.


Try this one.
1. Modify code.
http://jsrun.it/kyo_ago/hyZJ/js?test.js

2. Open original page.
http://jsrun.it/kyo_ago/hyZJ                    

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

Tên source-editor source-editor
ID gfijhpfpapngnbgbaohekogcoohopcbn
URL Chính Thức https://chrome.google.com/webstore/detail/source-editor/gfijhpfpapngnbgbaohekogcoohopcbn
Mô tả Add editor to a source view. Modify code to run on the original page. Using the ACE Editor. Try this one. 1. Modify code.…
Kích Thước Tệp 453 KB
Số Lần Cài Đặt 821
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2013-07-21
Ngày Phát Hành 2013-07-21
Đánh Giá 2.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển kyo_ago
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "browser_action": {
        "default_icon": {
            "19": "\/img\/logo.png",
            "38": "\/img\/logo.png"
        },
        "default_popup": "\/html\/popup.html",
        "default_title": "source-editor"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/lib\/jsdeferred.js",
            "\/src\/background.js"
        ]
    },
    "name": "source-editor",
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*.js",
        "https:\/\/*\/*.js",
        "http:\/\/*\/*.css",
        "https:\/\/*\/*.css"
    ],
    "icons": {
        "128": "\/img\/logo.png",
        "16": "\/img\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*.js",
                "https:\/\/*\/*.js",
                "http:\/\/*\/*.css",
                "https:\/\/*\/*.css"
            ],
            "js": [
                "\/lib\/ace.js",
                "\/lib\/ace\/ext-searchbox.js",
                "\/lib\/ace\/keybinding-emacs.js",
                "\/lib\/ace\/keybinding-vim.js",
                "\/lib\/ace\/mode-javascript.js",
                "\/lib\/ace\/mode-css.js",
                "\/lib\/ace\/theme-chrome.js",
                "\/lib\/jsdeferred.js",
                "\/src\/content_scripts\/editor.js",
                "\/src\/content_scripts.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "0.7"
}