Repeating Task Creator
Allows you to enter repeating Google tasks.
Repeating Task Creatorとは何ですか?
Repeating Task Creatorはemilythacherによって開発されたChromeの拡張機能で、その主な機能は「Allows you to enter repeating Google tasks.」です。
拡張機能のスクリーンショット
Repeating Task Creator拡張機能のCRXファイルをダウンロード
Repeating Task Creator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows you to enter repeating Google tasks. Tasks may repeat daily or weekly, every 1 to 30 days or weeks.
拡張機能の基本情報
名前 | |
ID | knlegjipjdldphamjlofeldjdofbpgfm |
公式URL | https://chrome.google.com/webstore/detail/repeating-task-creator/knlegjipjdldphamjlofeldjdofbpgfm |
説明 | Allows you to enter repeating Google tasks. |
ファイルサイズ | 21.5 KB |
インストール数 | 50 |
現在のバージョン | 1.1 |
最終更新日 | 2015-12-11 |
公開日 | 2015-12-11 |
開発者 | emilythacher |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Repeating Task Creator", "version": "1.1", "description": "Allows you to enter repeating Google tasks.", "background": { "page": "background.html" }, "browser_action": { "default_popup": "optionspage.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "notifications", "tabs", "identity", "http:\/\/www.google.com\/", "https:\/\/www.google.com\/", "http:\/\/www.googleapis.com\/", "https:\/\/www.googleapis.com\/" ], "oauth2": { "client_id": "215921538406-25t0isnlpvinksqu5ralsu2cs7q5ili8.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/tasks" ] } } |