Oh Remind Me!

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

Cos'è Oh Remind Me!?

Oh Remind Me! è un'estensione di Chrome sviluppata da mmmavis, e la sua funzione principale è "A simple tool that makes your new tab page show your customized messages.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Oh Remind Me!

Scarica i file di estensione Oh Remind Me! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ◼ 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                    

Informazioni di Base sull'Estensione

Nome Oh Remind Me! Oh Remind Me!
ID ipbipflodnkaldhkkibbbkcfnhmpkneg
URL Ufficiale https://chromewebstore.google.com/detail/oh-remind-me/ipbipflodnkaldhkkibbbkcfnhmpkneg
Descrizione A simple tool that makes your new tab page show your customized messages.
Dimensione del File 1.09 MB
Conteggio Installazioni 36
Versione Corrente 1.0.2
Ultimo Aggiornamento 2013-03-28
Data di Pubblicazione 2013-03-27
Valutazione 2.75/5 Totale 8 Valutazioni
Sviluppatore mmmavis
Tipo di Pagamento free
Lingue Supportate 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"
    }
}