Chrome-REPL

Chrome REPL

Chrome-REPL là gì?

Chrome-REPL là một tiện ích mở rộng Chrome được phát triển bởi http://blog.diniscruz.com, và tính năng chính của nó là "Chrome REPL".

Ả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 Chrome-REPL

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

                        Simple REPL that exposes the chrome extension objects.

Great for quickly scripting website's contents or to learn the Chrome extension APIs

For more install and usage details see this blog post: http://blog.diniscruz.com/2014/11/chrome-repl-first-o2-platform-chrome.html                    

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

Tên Chrome-REPL Chrome-REPL
ID ojmdmeehmpkpkkhbifimekflgmnmeihg
URL Chính Thức https://chrome.google.com/webstore/detail/chrome-repl/ojmdmeehmpkpkkhbifimekflgmnmeihg
Mô tả Chrome REPL
Kích Thước Tệp 2.32 MB
Số Lần Cài Đặt 85
Phiên Bản Hiện Tại 0.0.9
Cập Nhật Lần Cuối 2014-11-21
Ngày Phát Hành 2014-11-21
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://blog.diniscruz.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/o2platform/chrome-repl
URL Trang Trợ Giúp https://github.com/o2platform/chrome-repl/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome-REPL",
    "version": "0.0.9",
    "manifest_version": 2,
    "description": "Chrome REPL",
    "icons": {
        "16": "images\/exec.png",
        "128": "images\/exec.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/helpers\/storage.helper.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/exec.png",
            "38": "images\/exec.png"
        },
        "default_title": "Chrome REPL",
        "default_popup": "options.html"
    },
    "devtools_page": "devtools.html",
    "options_page": "options.html",
    "omnibox": {
        "keyword": "Chrome REPL"
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}