GoGetter New Tab

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

GoGetter New Tab là gì?

GoGetter New Tab là một tiện ích mở rộng Chrome được phát triển bởi Andreas Sotnik, và tính năng chính của nó là "Collection of cards with To-Do lists right in your new tab!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GoGetter New Tab

Tải xuống các tệp mở rộng GoGetter New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GoGetter New Tab GoGetter New Tab
ID ffgohlpmflfjadnhhomgjjnnbmnobcjb
URL Chính Thức https://chrome.google.com/webstore/detail/ffgohlpmflfjadnhhomgjjnnbmnobcjb
Mô tả Collection of cards with To-Do lists right in your new tab!
Kích Thước Tệp 1.13 MB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2015-03-30
Ngày Phát Hành 2015-03-30
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Andreas Sotnik
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}