GoGetter New Tab
Collection of cards with To-Do lists right in your new tab!
什麼是GoGetter New Tab?
GoGetter New Tab是由Andreas Sotnik開發的Chrome擴展程式,該擴展的主要功能是“Collection of cards with To-Do lists right in your new tab!”。
擴展截圖
下載GoGetter New Tab擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | ffgohlpmflfjadnhhomgjjnnbmnobcjb |
官方網址 | 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" ] } |