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