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"
    ]
}