Tab Reminder
Quickly set reminders to revisit specific web pages.
Tab Reminder क्या है?
Tab Reminder Garrett Grimm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly set reminders to revisit specific web pages."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Reminder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Have you ever opened a website and said to yourself "I'd like to look at this more, but maybe later"? This extension makes it simple to remind yourself to revisit any website when you decide. Reminders are shown as native Chrome notifications, and when clicked you will be taken back to the site. You can also snooze reminders for 15 minutes. ✅ Note that browser notifications must be enabled for you to receive them.
एक्सटेंशन की मूल जानकारी
नाम | Tab Reminder |
ID | emjkjhniepjnianimdjmjndnjdanjmmk |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-reminder/emjkjhniepjnianimdjmjndnjdanjmmk |
विवरण | Quickly set reminders to revisit specific web pages. |
फ़ाइल का आकार | 476 KB |
स्थापना संख्या | 978 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2022-01-29 |
प्रकाशन तिथि | 2021-09-29 |
रेटिंग | 4.50/5 कुल 8 रेटिंग्स |
डेवलपर | Garrett Grimm |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://appsumo.com/products/chrome-tab-reminder/ |
समर्थित भाषाएँ | de,en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Reminder", "description": "Quickly set reminders to revisit specific web pages.", "version": "1.1.2", "manifest_version": 3, "default_locale": "en", "options_page": "home.html", "background": { "service_worker": "build\/background.js" }, "permissions": [ "storage", "tabs", "alarms", "notifications" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "action": { "default_popup": "popup.html", "default_title": "Tab Reminder", "default_icon": { "16": "\/img\/bell-16.png", "32": "\/img\/bell-32.png", "48": "\/img\/bell-48.png", "128": "\/img\/bell-128.png" } }, "icons": { "16": "\/img\/bell-fill-16.png", "32": "\/img\/bell-fill-32.png", "48": "\/img\/bell-fill-48.png", "128": "\/img\/bell-fill-128.png" } } |