GoGetter New Tab

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

Qu'est-ce que GoGetter New Tab ?

GoGetter New Tab est une extension Chrome développée par Andreas Sotnik, et sa fonction principale est "Collection of cards with To-Do lists right in your new tab!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension GoGetter New Tab

Téléchargez les fichiers d'extension GoGetter New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom GoGetter New Tab GoGetter New Tab
ID ffgohlpmflfjadnhhomgjjnnbmnobcjb
URL Officiel https://chrome.google.com/webstore/detail/ffgohlpmflfjadnhhomgjjnnbmnobcjb
Description Collection of cards with To-Do lists right in your new tab!
Taille du Fichier 1.13 MB
Nombre d'Installations 42
Version Actuelle 1.1.3
Dernière Mise à Jour 2015-03-30
Date de Publication 2015-03-30
Évaluation 4.50/5 Total 2 Évaluations
Développeur Andreas Sotnik
Type de Paiement free
Langues Prises en Charge 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"
    ]
}