GoGetter New Tab

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

Was ist GoGetter New Tab?

GoGetter New Tab ist eine Chrome-Erweiterung, die von Andreas Sotnik entwickelt wurde, und ihr Hauptmerkmal ist "Collection of cards with To-Do lists right in your new tab!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

GoGetter New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie GoGetter New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GoGetter New Tab GoGetter New Tab
ID ffgohlpmflfjadnhhomgjjnnbmnobcjb
Offizielle URL https://chrome.google.com/webstore/detail/ffgohlpmflfjadnhhomgjjnnbmnobcjb
Beschreibung Collection of cards with To-Do lists right in your new tab!
Dateigröße 1.13 MB
Installationsanzahl 42
Aktuelle Version 1.1.3
Letztes Update 2015-03-30
Veröffentlichungsdatum 2015-03-30
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler Andreas Sotnik
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}