Don't Forget
Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances
什麼是Don't Forget?
Don't Forget是由dcarps開發的Chrome擴展程式,該擴展的主要功能是“Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances”。
擴展截圖
下載Don't Forget擴展crx文件
下載Don't Forget擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Don't forget allows you to set reminders straight from your browser that will sync across all your google sync enabled browsers. Choose desktop notification or have it open a new browser tab to keep you on track with the things you need to remember. Sorry, it will only remind you to do laundry not do it for you. ;)
擴展基本資訊
名稱 | Don't Forget |
ID | abggoadfpgldjgbjdikghhdmlcgpknie |
官方網址 | https://chromewebstore.google.com/detail/dont-forget/abggoadfpgldjgbjdikghhdmlcgpknie |
簡介 | Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances |
檔案大小 | 428 KB |
安裝次數 | 146 |
目前版本 | 1.0.5 |
更新時間 | 2013-10-04 |
上架時間 | 2013-10-04 |
評分 | 5.00/5 共 2 次評分 |
開發者 | dcarps |
付費類型 | free |
說明頁面URL | https://github.com/tollus/chrome-dont-forget/issues |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Don't Forget", "author": "dcarps", "description": "Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances", "version": "1.0.5", "permissions": [ "notifications", "storage", "alarms" ], "background": { "page": "background\/background.html", "persistent": true }, "manifest_version": 2, "omnibox": { "keyword": "df" }, "browser_action": { "default_icon": "img\/logo_BW128.png", "default_popup": "popup\/DontForget.html" }, "icons": { "128": "img\/logo128.png" }, "options_page": "other\/alarmmgmt.html" } |