GoGetter New Tab

Collection of cards with To-Do lists right in your new tab!

O que é GoGetter New Tab?

GoGetter New Tab é uma extensão do Chrome desenvolvida por Andreas Sotnik, e sua principal característica é "Collection of cards with To-Do lists right in your new tab!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão GoGetter New Tab

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

                        GoGetter New Tab is an extension that changes your default new tab to the dashboard with cards. Each card is a To-Do list with customizable cover image and tasks related to one of your projects or hobbies.

Use GoGetter New Tab to keep track of things like:

* learning a foreign language or a new skill;
* launching your personal or business blog;
* personal business tasks;
* developing mobile or web application;
* list of books to read;
* personal manifesto or motivational reminder;

The extension has a minimalistic interface and a lot of the actions available via keyboard shortcuts. That's why "how-to-use" guide included right in the app.                    

Informações Básicas da Extensão

Nome GoGetter New Tab GoGetter New Tab
ID ffgohlpmflfjadnhhomgjjnnbmnobcjb
URL Oficial https://chrome.google.com/webstore/detail/ffgohlpmflfjadnhhomgjjnnbmnobcjb
Descrição Collection of cards with To-Do lists right in your new tab!
Tamanho do Arquivo 1.13 MB
Contagem de Instalações 42
Versão Atual 1.1.3
Última Atualização 2015-03-30
Data de Publicação 2015-03-30
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor Andreas Sotnik
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GoGetter New Tab",
    "short_name": "GoGetter New Tab",
    "manifest_version": 2,
    "version": "1.1.3",
    "icons": {
        "128": "img\/icon.png"
    },
    "description": "Collection of cards with To-Do lists right in your new tab!",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage"
    ]
}