JS Tabby

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

什麼是JS Tabby?

JS Tabby是由Daniel Larkin開發的Chrome擴展程式,該擴展的主要功能是“A Chrome extension to replace your new tabs with a simple javascript codepad and console”。

擴展截圖

screenshot

下載JS Tabby擴展crx文件

下載JS Tabby擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 JS Tabby JS Tabby
ID cpjccifichaoameijdofhbommdfgecbh
官方網址 https://chromewebstore.google.com/detail/js-tabby/cpjccifichaoameijdofhbommdfgecbh
簡介 A Chrome extension to replace your new tabs with a simple javascript codepad and console
檔案大小 246 KB
安裝次數 115
目前版本 1.0.7
更新時間 2022-08-25
上架時間 2019-06-06
評分 5.00/5 共 7 次評分
開發者 Daniel Larkin
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/danzlarkin/js-tabby
說明頁面URL https://github.com/danzlarkin/js-tabby/issues/
支援的語言 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
}