JS Tabby

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

JS Tabby là gì?

JS Tabby là một tiện ích mở rộng Chrome được phát triển bởi Daniel Larkin, và tính năng chính của nó là "A Chrome extension to replace your new tabs with a simple javascript codepad and console".

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

screenshot

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

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

                        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.                    

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

Tên JS Tabby JS Tabby
ID cpjccifichaoameijdofhbommdfgecbh
URL Chính Thức https://chromewebstore.google.com/detail/js-tabby/cpjccifichaoameijdofhbommdfgecbh
Mô tả A Chrome extension to replace your new tabs with a simple javascript codepad and console
Kích Thước Tệp 246 KB
Số Lần Cài Đặt 115
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2022-08-25
Ngày Phát Hành 2019-06-06
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Daniel Larkin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/danzlarkin/js-tabby
URL Trang Trợ Giúp https://github.com/danzlarkin/js-tabby/issues/
Ngôn Ngữ Được Hỗ Trợ 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
}