GoGetter New Tab

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

Τι είναι το GoGetter New Tab;

Το GoGetter New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Andreas Sotnik, και η κύρια λειτουργία του είναι "Collection of cards with To-Do lists right in your new tab!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης GoGetter New Tab

Λήψη αρχείων επέκτασης GoGetter New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα GoGetter New Tab GoGetter New Tab
ID ffgohlpmflfjadnhhomgjjnnbmnobcjb
Επίσημο URL https://chrome.google.com/webstore/detail/ffgohlpmflfjadnhhomgjjnnbmnobcjb
Περιγραφή Collection of cards with To-Do lists right in your new tab!
Μέγεθος Αρχείου 1.13 MB
Αριθμός Εγκαταστάσεων 42
Τρέχουσα Έκδοση 1.1.3
Τελευταία Ενημέρωση 2015-03-30
Ημερομηνία Δημοσίευσης 2015-03-30
Αξιολόγηση 4.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Andreas Sotnik
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}