Basis.js Devtools

Developer tools plugin to embed Basis.js app inspector

Basis.js Devtools là gì?

Basis.js Devtools là một tiện ích mở rộng Chrome được phát triển bởi basisjs-chrome-plugin, và tính năng chính của nó là "Developer tools plugin to embed Basis.js app inspector".

Ả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 Basis.js Devtools

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

                        Extension to hosting Basis.js remote devtools in browser's Developer tools.

Plugins source code: https://github.com/basisjs/browser-plugin

basis.js on the Web:
- Website: http://basisjs.com
- GitHub: http://github.com/basisjs/basisjs                    

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

Tên Basis.js Devtools Basis.js Devtools
ID paeokpmlopbdaancddhdhmfepfhcbmek
URL Chính Thức https://chromewebstore.google.com/detail/basisjs-devtools/paeokpmlopbdaancddhdhmfepfhcbmek
Mô tả Developer tools plugin to embed Basis.js app inspector
Kích Thước Tệp 13.89 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2016-08-29
Ngày Phát Hành 2016-08-29
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển basisjs-chrome-plugin
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Basis.js Devtools",
    "version": "2.0.0",
    "description": "Developer tools plugin to embed Basis.js app inspector",
    "devtools_page": "index.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "32": "img\/icon32x32.png",
        "128": "img\/icon128x128.png"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/helpers.js",
                "src\/page.js"
            ]
        }
    ]
}