Tab Plus

Tab Plus is more than just a tab, - local weather, flip clock and more...

O que é Tab Plus?

Tab Plus é uma extensão do Chrome desenvolvida por xtensionplus.com, e sua principal característica é "Tab Plus is more than just a tab, - local weather, flip clock and more...".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tab Plus

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

                        Very useful and nice start page, 
more than just a new tab, - local weather, flip clock and more...                    

Informações Básicas da Extensão

Nome Tab Plus Tab Plus
ID gnpkfejhbjbfidphpdfeokopdigeinkf
URL Oficial https://chromewebstore.google.com/detail/tab-plus/gnpkfejhbjbfidphpdfeokopdigeinkf
Descrição Tab Plus is more than just a tab, - local weather, flip clock and more...
Tamanho do Arquivo 753 KB
Contagem de Instalações 72
Versão Atual 1.0.1.3
Última Atualização 2017-07-18
Data de Publicação 2017-07-18
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor xtensionplus.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "name": "Tab Plus",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Tab Plus is more than just a tab, - local weather, flip clock and more...",
    "icons": {
        "128": "images\/tab+-128.png",
        "16": "images\/tab+-16.png",
        "48": "images\/tab+-48.png",
        "64": "images\/tab+-64.png"
    },
    "manifest_version": 2,
    "options_page": "index.html#options",
    "permissions": [
        "storage",
        "geolocation",
        "unlimitedStorage",
        "https:\/\/maps.googleapis.com\/maps\/api\/",
        "http:\/\/api.wunderground.com\/api"
    ],
    "version": "1.0.1.3"
}