Web Reminder

Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.

Web Reminder क्या है?

Web Reminder http://yarni.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Website Reminder helps you to remember to visit the current or recent bookmarked website later or at a certain time. You can define a time period or a specific time, when you want to be remind to visit the web page.

Idea from http://requestforstartup.co/ by @MohammadRizeg  Please send me feedback, bug reports and feature requests. 

Use cases:

- Blogs, which update periodically
- Shopping sites with offers, like Ebay, Amazom co
- Job listings
- etc

Bookmarks are not enough, remember to visit the page! 

Note: You time must be synchronized automatically, otherwise the alarms will not work properly.                    

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

नाम Web Reminder Web Reminder
ID liibflmbnhcmcfmggbpgajocelbgehcf
आधिकारिक URL https://chrome.google.com/webstore/detail/web-reminder/liibflmbnhcmcfmggbpgajocelbgehcf
विवरण Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.
फ़ाइल का आकार 1.08 MB
स्थापना संख्या 535
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2015-08-30
प्रकाशन तिथि 2015-08-30
रेटिंग 4.00/5 कुल 12 रेटिंग्स
डेवलपर http://yarni.net
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Reminder",
    "version": "1.1.2",
    "description": "Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.",
    "browser_action": {
        "default_icon": "img\/icon64t.png",
        "default_title": "Reminder Tab",
        "default_popup": "panel.html"
    },
    "icons": {
        "128": "img\/icon128n.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "alarms",
        "notifications",
        "bookmarks",
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "vendor\/jquery\/dist\/jquery.min.js",
            "js\/back.js"
        ]
    },
    "manifest_version": 2
}