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
官方URL 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
}