GoGetter New Tab
Collection of cards with To-Do lists right in your new tab!
Wat is GoGetter New Tab?
GoGetter New Tab is een Chrome-extensie ontwikkeld door Andreas Sotnik, en de belangrijkste functie is "Collection of cards with To-Do lists right in your new tab!".
Extensie Screenshots
Download het CRX-bestand van de extensie GoGetter New Tab
Download GoGetter New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ffgohlpmflfjadnhhomgjjnnbmnobcjb |
Officiële URL | https://chrome.google.com/webstore/detail/ffgohlpmflfjadnhhomgjjnnbmnobcjb |
Beschrijving | Collection of cards with To-Do lists right in your new tab! |
Bestandsgrootte | 1.13 MB |
Aantal Installaties | 42 |
Huidige Versie | 1.1.3 |
Laatst Bijgewerkt | 2015-03-30 |
Publicatiedatum | 2015-03-30 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Andreas Sotnik |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |