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