New Tab to Tasks
A simple extension that makes your New Tab Page be your Google Tasks.
New Tab to Tasksとは何ですか?
New Tab to Tasksはsgrahamによって開発されたChromeの拡張機能で、その主な機能は「A simple extension that makes your New Tab Page be your Google Tasks.」です。
拡張機能のスクリーンショット
New Tab to Tasks拡張機能のCRXファイルをダウンロード
New Tab to Tasks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Minimalistic redirection of your New Tab page to Google Tasks. It's nice to have it in Mail, Calendar, etc. except I forget to look at it. This way I tend to see and hopefully *do* the things more often. **Update**, version 4: attempted fix the "losing url when you open a new tab and paste a new url quickly"-problem. Let me know if you still run into problems (wish this silly forum sent notifications :/) Version 5: Should work with the new app store format now. Version 6: Options page with optional suffix on url, and possibly Google Apps for Your Domain. I'm not sure it works as tasks doesn't really seem to support multi-login.
拡張機能の基本情報
名前 | New Tab to Tasks |
ID | bokbgdhblfolpfanocjafjhpjkebhlfk |
公式URL | https://chromewebstore.google.com/detail/new-tab-to-tasks/bokbgdhblfolpfanocjafjhpjkebhlfk |
説明 | A simple extension that makes your New Tab Page be your Google Tasks. |
ファイルサイズ | 15.41 KB |
インストール数 | 7,848 |
現在のバージョン | 6 |
最終更新日 | 2013-07-05 |
公開日 | 2013-07-04 |
評価 | 4.09/5 合計 235 レビュー |
開発者 | sgraham |
支払い方法 | free |
拡張機能のウェブサイト | http://www.h4ck3r.net/ |
ヘルプページのURL | http://www.h4ck3r.net/2009/12/13/new-tab-page-as-tasks/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab to Tasks", "description": "A simple extension that makes your New Tab Page be your Google Tasks.", "icons": { "128": "icon.png" }, "version": "6", "chrome_url_overrides": { "newtab": "redirect.html" }, "manifest_version": 2, "options_page": "options.html" } |