My Tasks: Todo-List for Google Chrome
My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.
My Tasks: Todo-List for Google Chromeとは何ですか?
My Tasks: Todo-List for Google ChromeはKeepersによって開発されたChromeの拡張機能で、その主な機能は「My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.」です。
拡張機能のスクリーンショット
My Tasks: Todo-List for Google Chrome拡張機能のCRXファイルをダウンロード
My Tasks: Todo-List for Google Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is Todo List application which will replace your default "new tab" page.
拡張機能の基本情報
名前 | My Tasks: Todo-List for Google Chrome |
ID | inhhamgcakfdohnnppfnehdbjomiglbp |
公式URL | https://chromewebstore.google.com/detail/my-tasks-todo-list-for-go/inhhamgcakfdohnnppfnehdbjomiglbp |
説明 | My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks. |
ファイルサイズ | 128 KB |
インストール数 | 1,565 |
現在のバージョン | 0.2.0 |
最終更新日 | 2015-11-02 |
公開日 | 2015-11-02 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Keepers |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ianaya89/my-tasks |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Tasks: Todo-List for Google Chrome", "short_name": "My Tasks", "version": "0.2.0", "manifest_version": 2, "description": "My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.", "browser_action": { "default_title": "My Tasks" }, "chrome_url_overrides": { "newtab": "tab.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |