JS Tabby

A Chrome extension to replace your new tabs with a simple javascript codepad and console

Apa itu JS Tabby?

JS Tabby adalah ekstensi Chrome yang dikembangkan oleh Daniel Larkin, dan fitur utamanya adalah "A Chrome extension to replace your new tabs with a simple javascript codepad and console".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi JS Tabby

Unduh file ekstensi JS Tabby 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

                        JS Tabby is a simple extension to make solving problems with Javascript (supporting ES6) even easier.

JS Tabby replaces your 'New Tab' page with a codepad and console so that you can test and run your code on the fly.

----

Latest updates: 

  * Added support for math.js (https://mathjs.org/)
  * Added support for execution performance timing

----

If you would like to report any bugs, feedback and suggestions please do via the Github repository below.                    

Informasi Dasar Ekstensi

Nama JS Tabby JS Tabby
ID cpjccifichaoameijdofhbommdfgecbh
URL Resmi https://chromewebstore.google.com/detail/js-tabby/cpjccifichaoameijdofhbommdfgecbh
Deskripsi A Chrome extension to replace your new tabs with a simple javascript codepad and console
Ukuran File 246 KB
Jumlah Instalasi 115
Versi Saat Ini 1.0.7
Terakhir Diperbarui 2022-08-25
Tanggal Publikasi 2019-06-06
Penilaian 5.00/5 Total 7 Penilaian
Pengembang Daniel Larkin
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/danzlarkin/js-tabby
URL Halaman Bantuan https://github.com/danzlarkin/js-tabby/issues/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JS Tabby",
    "description": "A Chrome extension to replace your new tabs with a simple javascript codepad and console",
    "author": "Daniel Larkin ",
    "version": "1.0.7",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "sandbox": {
        "pages": [
            "sandbox\/codepad.html"
        ]
    },
    "icons": {
        "128": "assets\/icon.png"
    },
    "offline_enabled": true,
    "manifest_version": 3
}