To-do Reminder
This extension allows to set reminders and open specified URL's at scheduled time
什麼是To-do Reminder?
To-do Reminder是由gdhuper開發的Chrome擴展程式,該擴展的主要功能是“This extension allows to set reminders and open specified URL's at scheduled time ”。
擴展截圖
下載To-do Reminder擴展crx文件
下載To-do Reminder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple to-do reminder extension for chrome to keep up with your busy schedule. This extension is in beta phase at the moment, so feel free to leave any comments about any error or things you feel are missing.
擴展基本資訊
名稱 | |
ID | cofhppimpcmdpdealgaljnifllmiiplk |
官方網址 | https://chrome.google.com/webstore/detail/to-do-reminder/cofhppimpcmdpdealgaljnifllmiiplk |
簡介 | This extension allows to set reminders and open specified URL's at scheduled time |
檔案大小 | 1.53 MB |
安裝次數 | 10 |
目前版本 | 1.2 |
更新時間 | 2017-03-17 |
上架時間 | 2017-03-17 |
開發者 | gdhuper |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "To-do Reminder", "description": "This extension allows to set reminders and open specified URL's at scheduled time ", "version": "1.2", "browser_action": { "default_icon": "alarm.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "storage", "https:\/\/ajax.googleapis.com\/" ] } |