Geometric New Tab

A modern Chrome extension designed to display geometric new tab pages with customizable links and styles.

O que é Geometric New Tab?

Geometric New Tab é uma extensão do Chrome desenvolvida por https://aaronvigal.com, e sua principal característica é "A modern Chrome extension designed to display geometric new tab pages with customizable links and styles.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Geometric New Tab

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

                        A modern Chrome Extension aimed towards providing visually pleasing geometric backgrounds on Google Chrome's New Tab page. The links on the page are customizable through the options menu, along with how they look and where they go.

Updates to current version (1.7.0)
=========================
- Added ability to change search engine
- Added Changelog feature when extension updates
- Added pages for install and uninstall
- Bug Fixed
- Performance Improvements

See the changelog page for more extensive information on what is new in verison 1.7.0

Future Integrations for 1.8.0
=====================
- Add color picker for custom colors
- Generate background images

Thank you for supporting me by trying out my Chrome extensions. If you enjoy it, please take a look at my website, aaronvigal.com, or send me an email at [email protected] with any feedback or questions about the extension.                    

Informações Básicas da Extensão

Nome Geometric New Tab Geometric New Tab
ID keminigbgjjjgmhohoieegfhhgdcgife
URL Oficial https://chromewebstore.google.com/detail/geometric-new-tab/keminigbgjjjgmhohoieegfhhgdcgife
Descrição A modern Chrome extension designed to display geometric new tab pages with customizable links and styles.
Tamanho do Arquivo 9.29 MB
Contagem de Instalações 984
Versão Atual 1.7.0
Última Atualização 2017-06-20
Data de Publicação 2017-06-20
Classificação 3.23/5 Total de 13 Avaliações
Desenvolvedor https://aaronvigal.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.aaronvigal.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Geometric New Tab",
    "version": "1.7.0",
    "manifest_version": 2,
    "description": "A modern Chrome extension designed to display geometric new tab pages with customizable links and styles.",
    "author": "Aaron Vigal",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "updateChecker.js"
        ]
    }
}