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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}