GoGetter New Tab

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

Vad är GoGetter New Tab?

GoGetter New Tab är en Chrome-tillägg utvecklad av Andreas Sotnik, och dess huvudfunktion är "Collection of cards with To-Do lists right in your new tab!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner GoGetter New Tab-förlängningens CRX-fil

Ladda ner GoGetter New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn GoGetter New Tab GoGetter New Tab
ID ffgohlpmflfjadnhhomgjjnnbmnobcjb
Officiell webbadress https://chrome.google.com/webstore/detail/ffgohlpmflfjadnhhomgjjnnbmnobcjb
Beskrivning Collection of cards with To-Do lists right in your new tab!
Filstorlek 1.13 MB
Antal Installationer 42
Aktuell Version 1.1.3
Senast Uppdaterad 2015-03-30
Publiceringsdatum 2015-03-30
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare Andreas Sotnik
Betalningssätt free
Stödda Språk 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"
    ]
}