GoGetter New Tab
Collection of cards with To-Do lists right in your new tab!
What is GoGetter New Tab?
GoGetter New Tab is a Chrome extension developed by Andreas Sotnik, and its main feature is "Collection of cards with To-Do lists right in your new tab!".
Extension Screenshots
Download GoGetter New Tab Extension CRX File
Download GoGetter New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ffgohlpmflfjadnhhomgjjnnbmnobcjb |
Official URL | https://chrome.google.com/webstore/detail/ffgohlpmflfjadnhhomgjjnnbmnobcjb |
Description | Collection of cards with To-Do lists right in your new tab! |
File Size | 1.13 MB |
Installation Count | 42 |
Current Version | 1.1.3 |
Last Updated | 2015-03-30 |
Publish Date | 2015-03-30 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Andreas Sotnik |
Payment Type | free |
Supported Languages | 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" ] } |