Oh Remind Me!
A simple tool that makes your new tab page show your customized messages.
Wat is Oh Remind Me!?
Oh Remind Me! is een Chrome-extensie ontwikkeld door mmmavis, en de belangrijkste functie is "A simple tool that makes your new tab page show your customized messages.".
Extensie Screenshots
Download het CRX-bestand van de extensie Oh Remind Me!
Download Oh Remind Me!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
◼ 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 Basisinformatie over de Extensie
| Naam | |
| ID | ipbipflodnkaldhkkibbbkcfnhmpkneg |
| Officiële URL | https://chromewebstore.google.com/detail/oh-remind-me/ipbipflodnkaldhkkibbbkcfnhmpkneg |
| Beschrijving | A simple tool that makes your new tab page show your customized messages. |
| Bestandsgrootte | 1.09 MB |
| Aantal Installaties | 36 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2013-03-28 |
| Publicatiedatum | 2013-03-27 |
| Beoordeling | 2.75/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | mmmavis |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |