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