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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Don't Forget एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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" } |