Placid Tab New Tab Page

A minimal New Tab page

O que é Placid Tab New Tab Page?

Placid Tab New Tab Page é uma extensão do Chrome desenvolvida por https://rileyjshaw.com, e sua principal característica é "A minimal New Tab page".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Placid Tab New Tab Page

Baixe arquivos de extensão Placid Tab New Tab Page 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

                        A minimal New Tab page.

** New in V2 **
 - Now with light AND dark themes!
 - Options save automatically

Usage:
Each quadrant can be assigned to one of your favourite websites. Click a quadrant to navigate to its assigned link.

Configuration:
To assign your links, either
 - Click an unassigned quadrant, or
 - In the Chrome menu click Tools > Extensions > Placid Tab > Options

Licence: MIT

Project page: https://github.com/rileyjshaw/placid-tab                    

Informações Básicas da Extensão

Nome Placid Tab New Tab Page Placid Tab New Tab Page
ID mjcblgoejhkkkhgeadejhkpldglnfmcj
URL Oficial https://chromewebstore.google.com/detail/placid-tab-new-tab-page/mjcblgoejhkkkhgeadejhkpldglnfmcj
Descrição A minimal New Tab page
Tamanho do Arquivo 24.66 KB
Contagem de Instalações 154
Versão Atual 2.0.0
Última Atualização 2015-10-27
Data de Publicação 2015-10-27
Classificação 5.00/5 Total de 14 Avaliações
Desenvolvedor https://rileyjshaw.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/rileyjshaw/placid-tab
URL da Página de Ajuda https://github.com/rileyjshaw/placid-tab/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Placid Tab New Tab Page",
    "short_name": "Placid Tab",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "A minimal New Tab page",
    "author": "rileyjshaw",
    "chrome_url_overrides": {
        "newtab": "home.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html"
}