GoGetter New Tab

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

¿Qué es GoGetter New Tab?

GoGetter New Tab es una extensión de Chrome desarrollada por Andreas Sotnik, y su función principal es "Collection of cards with To-Do lists right in your new tab!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión GoGetter New Tab

Descarga archivos de extensión GoGetter New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre GoGetter New Tab GoGetter New Tab
ID ffgohlpmflfjadnhhomgjjnnbmnobcjb
URL Oficial https://chrome.google.com/webstore/detail/ffgohlpmflfjadnhhomgjjnnbmnobcjb
Descripción Collection of cards with To-Do lists right in your new tab!
Tamaño del Archivo 1.13 MB
Cantidad de Instalaciones 42
Versión Actual 1.1.3
Última Actualización 2015-03-30
Fecha de Publicación 2015-03-30
Calificación 4.50/5 Total de 2 Calificaciones
Desarrollador Andreas Sotnik
Tipo de Pago free
Idiomas Soportados 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"
    ]
}