Oh Remind Me!
A simple tool that makes your new tab page show your customized messages.
Was ist Oh Remind Me!?
Oh Remind Me! ist eine Chrome-Erweiterung, die von mmmavis entwickelt wurde, und ihr Hauptmerkmal ist "A simple tool that makes your new tab page show your customized messages.".
Erweiterungsscreenshots
Oh Remind Me!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Oh Remind Me!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
◼ 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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ipbipflodnkaldhkkibbbkcfnhmpkneg |
| Offizielle URL | https://chromewebstore.google.com/detail/oh-remind-me/ipbipflodnkaldhkkibbbkcfnhmpkneg |
| Beschreibung | A simple tool that makes your new tab page show your customized messages. |
| Dateigröße | 1.09 MB |
| Installationsanzahl | 36 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2013-03-28 |
| Veröffentlichungsdatum | 2013-03-27 |
| Bewertung | 2.75/5 Insgesamt 8 Bewertungen |
| Entwickler | mmmavis |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |