Oh Remind Me!

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

O que é Oh Remind Me!?

Oh Remind Me! é uma extensão do Chrome desenvolvida por mmmavis, e sua principal característica é "A simple tool that makes your new tab page show your customized messages.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Oh Remind Me!

Baixe arquivos de extensão Oh Remind Me! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        ◼ 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                    

Informações Básicas da Extensão

Nome Oh Remind Me! Oh Remind Me!
ID ipbipflodnkaldhkkibbbkcfnhmpkneg
URL Oficial https://chromewebstore.google.com/detail/oh-remind-me/ipbipflodnkaldhkkibbbkcfnhmpkneg
Descrição A simple tool that makes your new tab page show your customized messages.
Tamanho do Arquivo 1.09 MB
Contagem de Instalações 36
Versão Atual 1.0.2
Última Atualização 2013-03-28
Data de Publicação 2013-03-27
Classificação 2.75/5 Total de 8 Avaliações
Desenvolvedor mmmavis
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}