StackTab
Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!
O que é StackTab?
StackTab é uma extensão do Chrome desenvolvida por https://stacktab.io, e sua principal característica é "Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão StackTab
Baixe arquivos de extensão StackTab 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
StackTab is a 'new tab' chrome extension designed to increase the productivity of developers by ensuring access to websites, tools, resources, and time-saving shortcuts. It includes a command line terminal featuring bookmarks, tab management, custom actions, and Easter Eggs! Don't forget to use Cowsay :) GET IN TOUCH Email us at [email protected] we would love to hear your suggestions and comments.
Informações Básicas da Extensão
Nome | StackTab |
ID | pfchohchkhkhojmbdcdmnpdmadoohnbo |
URL Oficial | https://chromewebstore.google.com/detail/stacktab/pfchohchkhkhojmbdcdmnpdmadoohnbo |
Descrição | Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs! |
Tamanho do Arquivo | 149 KB |
Contagem de Instalações | 598 |
Versão Atual | 2.1.1 |
Última Atualização | 2022-05-23 |
Data de Publicação | 2019-12-29 |
Classificação | 4.64/5 Total de 14 Avaliações |
Desenvolvedor | https://stacktab.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://stacktab.io |
URL da Página de Política de Privacidade | https://stacktab.io/privacy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "StackTab", "short_name": "StackTab", "version": "2.1.1", "description": "Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!", "permissions": [ "storage", "tabs", "topSites", "history", "bookmarks" ], "icons": { "16": "images\/stacktabicon16.png", "32": "images\/stacktabicon32.png", "48": "images\/stacktabicon48.png", "128": "images\/stacktabicon128.png" }, "incognito": "split", "chrome_url_overrides": { "newtab": "newtab.html" }, "manifest_version": 3 } |