Reminders

This extension puts simple reminders right in your browser!

Reminders क्या है?

Reminders Trent Mervine द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension puts simple reminders right in your browser!"।

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

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

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

                        The easiest way to set simple reminders to help you stay organized and on time. The world's simplest task manager.                    

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

नाम Reminders Reminders
ID ipkjhbpbaboabfiamdjelkohonaacbnf
आधिकारिक URL https://chromewebstore.google.com/detail/reminders/ipkjhbpbaboabfiamdjelkohonaacbnf
विवरण This extension puts simple reminders right in your browser!
फ़ाइल का आकार 773 KB
स्थापना संख्या 68
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2016-07-12
प्रकाशन तिथि 2016-07-12
रेटिंग 4.14/5 कुल 7 रेटिंग्स
डेवलपर Trent Mervine
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reminders",
    "description": "This extension puts simple reminders right in your browser!",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": {
            "128": "icons\/128.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "16": "icons\/16.png"
        },
        "default_popup": "todos.html"
    },
    "background": {
        "scripts": [
            "moment.min.js",
            "chrome-storage-promise.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ]
}