Site Reminder
Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."
Site Reminder क्या है?
Site Reminder Boutell.Com, Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account.""।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Site Reminder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ever have trouble remembering not to tweet personal stuff from the company account? I do that all the time. It's an easy problem to solve. Just click Site Reminder to set up personal reminders for websites and individual pages.
एक्सटेंशन की मूल जानकारी
नाम | Site Reminder |
ID | fldphedalmbldmnahnoijjlkdhgmkgan |
आधिकारिक URL | https://chromewebstore.google.com/detail/site-reminder/fldphedalmbldmnahnoijjlkdhgmkgan |
विवरण | Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account." |
फ़ाइल का आकार | 12.49 KB |
स्थापना संख्या | 478 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2013-09-30 |
प्रकाशन तिथि | 2013-09-29 |
रेटिंग | 4.43/5 कुल 21 रेटिंग्स |
डेवलपर | Boutell.Com, Inc. |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Site Reminder", "version": "1.0.3", "manifest_version": 2, "description": "Add custom reminders at the top of any page or site, like \"don't forget this is the company's Twitter account.\"", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "icons": [ "icon.png", "large-icon.png" ], "default_popup": "backendController.html" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "warning.html" ] } |