JS Tabby

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

O que é JS Tabby?

JS Tabby é uma extensão do Chrome desenvolvida por Daniel Larkin, e sua principal característica é "A Chrome extension to replace your new tabs with a simple javascript codepad and console".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão JS Tabby

Baixe arquivos de extensão JS Tabby no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome JS Tabby JS Tabby
ID cpjccifichaoameijdofhbommdfgecbh
URL Oficial https://chromewebstore.google.com/detail/js-tabby/cpjccifichaoameijdofhbommdfgecbh
Descrição A Chrome extension to replace your new tabs with a simple javascript codepad and console
Tamanho do Arquivo 246 KB
Contagem de Instalações 115
Versão Atual 1.0.7
Última Atualização 2022-08-25
Data de Publicação 2019-06-06
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor Daniel Larkin
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/danzlarkin/js-tabby
URL da Página de Ajuda https://github.com/danzlarkin/js-tabby/issues/
Idiomas Suportados 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
}