URL Reminders

Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders

URL Reminders क्या है?

URL Reminders Jack Steel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders"।

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

screenshot
screenshot
screenshot

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

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

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

                        A Small and clean reminder extension for Chrome.

Up to 50 different reminders can be set with a title and message, each reminder can have intervals, from days to minutes. Reminders can also be set to only go off when a specified webpage is open in your browser; useful for only reminding you when you actually need it.

Please leave feedback or suggestions to help improve the extension.


Credit:
Browser Action Icon Created by Christopher Holm-Hansen from the Noun Project                    

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

नाम URL Reminders URL Reminders
ID ppflglpgpdonobcefbcnppopodlemmog
आधिकारिक URL https://chrome.google.com/webstore/detail/url-reminders/ppflglpgpdonobcefbcnppopodlemmog
विवरण Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders
फ़ाइल का आकार 1.97 MB
स्थापना संख्या 64
वर्तमान संस्करण 0.95
अंतिम अपडेट 2015-05-24
प्रकाशन तिथि 2015-05-24
रेटिंग 3.80/5 कुल 5 रेटिंग्स
डेवलपर Jack Steel
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "URL Reminders",
    "description": "Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders",
    "version": "0.95",
    "author": "Jack Steel",
    "minimum_chrome_version": "40",
    "short_name": "Reminders",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/Alert.png"
    ],
    "permissions": [
        "activeTab",
        "alarms",
        "storage",
        "tabs",
        "notifications"
    ]
}