Google Tasks Fork
A fork of the Google Tasks chrome extension
Google Tasks Forkとは何ですか?
Google Tasks ForkはMads Andreasenによって開発されたChromeの拡張機能で、その主な機能は「A fork of the Google Tasks chrome extension」です。
拡張機能のスクリーンショット
Google Tasks Fork拡張機能のCRXファイルをダウンロード
Google Tasks Fork拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is basically a fork of the official google plugin. But working! Manage your Google tasks with this plugin. * Easily add tasks based on text selected on a website. * Set reminders * Manage multiple lists * See your tasks in Gmail etc. The project is available on GitHub: https://github.com/MadsAndreasen/GoogleTasksFork
拡張機能の基本情報
名前 | Google Tasks Fork |
ID | ndnffckeceebpmkkfeadfdoldeeidlbm |
公式URL | https://chromewebstore.google.com/detail/google-tasks-fork/ndnffckeceebpmkkfeadfdoldeeidlbm |
説明 | A fork of the Google Tasks chrome extension |
ファイルサイズ | 38.01 KB |
インストール数 | 931 |
現在のバージョン | 1.0 |
最終更新日 | 2015-02-18 |
公開日 | 2015-02-18 |
評価 | 3.71/5 合計 7 レビュー |
開発者 | Mads Andreasen |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Tasks Fork", "version": "1.0", "description": "A fork of the Google Tasks chrome extension", "browser_action": { "default_icon": "images\/tasks-19x19.png", "default_title": "Google Tasks", "default_popup": "popup.html" }, "background_page": "background.html", "omnibox": { "keyword": "t" }, "icons": { "16": "images\/tasks-16x16.png", "19": "images\/tasks-19x19.png", "48": "images\/tasks-48x48.png" }, "permissions": [ "contextMenus", "notifications", "tabs", "http:\/\/www.google.com\/", "https:\/\/www.google.com\/", "http:\/\/www.googleapis.com\/", "https:\/\/www.googleapis.com\/" ] } |