SuiteTab

It's sweet because it's a suite

O que é SuiteTab?

SuiteTab é uma extensão do Chrome desenvolvida por Sean Mumby, e sua principal característica é "It's sweet because it's a suite".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SuiteTab

Baixe arquivos de extensão SuiteTab 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

                        SuiteTab is an extension introducing a fresh new tab when browsing the internet. Including features such as a to-do checklist, note tabs, bookmarks, live countdowns, customisable backgrounds and a live weather update. 


v1.0.3
-Increased fontsize of textarea
-Page zoom customisable and fits every monitor resolution
-New colour palette and colour selector
-Performance improvements

v1.0.2
-Fixed display button issue

v1.0.1
-Access to fullscreen, normal or background only
-Empty todo task message now displays after the list updates
-No longer a minor height bump when switching to backgrounds tab

v1.0
-Release                    

Informações Básicas da Extensão

Nome SuiteTab SuiteTab
ID cokknnkbhfpgmaholfojjapjihgemjcb
URL Oficial https://chromewebstore.google.com/detail/suitetab/cokknnkbhfpgmaholfojjapjihgemjcb
Descrição It's sweet because it's a suite
Tamanho do Arquivo 1.76 MB
Contagem de Instalações 91
Versão Atual 1.0.3
Última Atualização 2020-06-03
Data de Publicação 2020-06-03
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Sean Mumby
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://suitetab.herokuapp.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "\/imgs\/icon48.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "It's sweet because it's a suite",
    "icons": {
        "16": "\/imgs\/icon16.png",
        "48": "\/imgs\/icon48.png",
        "128": "\/imgs\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.google.com\/"
    ],
    "manifest_version": 2,
    "name": "SuiteTab",
    "version": "1.0.3"
}