Basis.js Devtools

Developer tools plugin to embed Basis.js app inspector

Apa itu Basis.js Devtools?

Basis.js Devtools adalah ekstensi Chrome yang dikembangkan oleh basisjs-chrome-plugin, dan fitur utamanya adalah "Developer tools plugin to embed Basis.js app inspector".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Basis.js Devtools

Unduh file ekstensi Basis.js Devtools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Basis.js Devtools Basis.js Devtools
ID paeokpmlopbdaancddhdhmfepfhcbmek
URL Resmi https://chromewebstore.google.com/detail/basisjs-devtools/paeokpmlopbdaancddhdhmfepfhcbmek
Deskripsi Developer tools plugin to embed Basis.js app inspector
Ukuran File 13.89 KB
Jumlah Instalasi 51
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2016-08-29
Tanggal Publikasi 2016-08-29
Penilaian 5.00/5 Total 6 Penilaian
Pengembang basisjs-chrome-plugin
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}