Oh Remind Me!

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

What is Oh Remind Me!?

Oh Remind Me! is a Chrome extension developed by mmmavis, and its main feature is "A simple tool that makes your new tab page show your customized messages.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Oh Remind Me! Extension CRX File

Download Oh Remind Me! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ◼ 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                    

Extension Basic Information

Name Oh Remind Me! Oh Remind Me!
ID ipbipflodnkaldhkkibbbkcfnhmpkneg
Official URL https://chromewebstore.google.com/detail/oh-remind-me/ipbipflodnkaldhkkibbbkcfnhmpkneg
Description A simple tool that makes your new tab page show your customized messages.
File Size 1.09 MB
Installation Count 36
Current Version 1.0.2
Last Updated 2013-03-28
Publish Date 2013-03-27
Rating 2.75/5 Total 8 Ratings
Developer mmmavis
Payment Type free
Supported Languages 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"
    }
}