Quick Reminders

Quick Reminders

Quick Reminders क्या है?

Quick Reminders Sol H द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick Reminders"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quick Reminders एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Use Quick Reminders to quickly create a reminder to pop up in your browser after a specified time. 

Our beautiful and easy-to-use interface allows you to easily add a task (e.g. Follow up with Bill) and select when we should remind you about it. Choose from preset time slots (5 minutes, 15 minutes, 1 hour, etc) or select a custom time/date and we will remind you to follow up on your tasks.                    

एक्सटेंशन की मूल जानकारी

नाम Quick Reminders Quick Reminders
ID jpedaefjgnljfpapghlhplhjpnoamfkd
आधिकारिक URL https://chrome.google.com/webstore/detail/quick-reminders/jpedaefjgnljfpapghlhplhjpnoamfkd
विवरण Quick Reminders
फ़ाइल का आकार 596 KB
स्थापना संख्या 687
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-02-01
प्रकाशन तिथि 2016-02-01
रेटिंग 4.20/5 कुल 10 रेटिंग्स
डेवलपर Sol H
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "32",
    "name": "Quick Reminders",
    "description": "Quick Reminders",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "newReminder.html",
        "default_title": "Quick Reminders"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "notifications"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}