Elegant Startage | New Tab

An elegant and powerful startpage.

O que é Elegant Startage | New Tab?

Elegant Startage | New Tab é uma extensão do Chrome desenvolvida por thomaidistheo, e sua principal característica é "An elegant and powerful startpage.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Elegant Startage | New Tab

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

                        An elegant and powerful startpage.

A New Tab replacement with elegant design and powerful tools to boost your productivity.

First things first, yes there is a dark mode option. 

List of tools: 
- Create custom bookmarks for your favorite websites
- Add tasks to an organized ToDo List
- Take notes and add them to a Notes List 
- Google search box
- Light / Dark theme

All that in 1 page, accessible in your New Tab. The perfect tool for productivity.                    

Informações Básicas da Extensão

Nome Elegant Startage | New Tab Elegant Startage | New Tab
ID odgeaoeiadnifppkijkaiiafbcendbhd
URL Oficial https://chromewebstore.google.com/detail/elegant-startage-new-tab/odgeaoeiadnifppkijkaiiafbcendbhd
Descrição An elegant and powerful startpage.
Tamanho do Arquivo 1.04 MB
Contagem de Instalações 90
Versão Atual 1.6.3
Última Atualização 2021-02-04
Data de Publicação 2021-02-03
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor thomaidistheo
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elegant Startage | New Tab",
    "description": "An elegant and powerful startpage.",
    "version": "1.6.3",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": "\/assets\/96x96_icon.png"
    },
    "permission": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    }
}