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
Eメール [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
}