Oh Remind Me!

A simple tool that makes your new tab page show your customized messages.

Oh Remind Me! क्या है?

Oh Remind Me! mmmavis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple tool that makes your new tab page show your customized messages."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ◼ A simple tool that makes your new tab page show your customized messages.

◼ Designed to show short messages in big font.

◼ Serves as a good personal reminder tool.

◼◼◼ Note ◼◼◼
Initial version.  New features on the way!  Feedback and suggestions are welcome.  =)


★ My other Chrome extension ★
Oh My Tabs!
https://chrome.google.com/webstore/detail/oh-my-tabs/pafbcbpkhdaannjjnemdlohnoaecbohb                    

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

नाम Oh Remind Me! Oh Remind Me!
ID ipbipflodnkaldhkkibbbkcfnhmpkneg
आधिकारिक URL https://chromewebstore.google.com/detail/oh-remind-me/ipbipflodnkaldhkkibbbkcfnhmpkneg
विवरण A simple tool that makes your new tab page show your customized messages.
फ़ाइल का आकार 1.09 MB
स्थापना संख्या 36
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2013-03-28
प्रकाशन तिथि 2013-03-27
रेटिंग 2.75/5 कुल 8 रेटिंग्स
डेवलपर mmmavis
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oh Remind Me!",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "A simple tool that makes your new tab page show your customized messages.",
    "icons": {
        "16": "images\/icon(16by16).png",
        "48": "images\/icon(48by48).png",
        "128": "images\/icon(128by128).png"
    },
    "browser_action": {
        "default_icon": "images\/icon(128by128).png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "remindMe.html"
    }
}