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 |
官方網址 | 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" ] } } |