Oh Remind Me!
A simple tool that makes your new tab page show your customized messages.
Что такое Oh Remind Me!?
Oh Remind Me! - это расширение Chrome, разработанное mmmavis, и его основная функция - "A simple tool that makes your new tab page show your customized messages.".
Снимки экрана расширения
Скачать файл CRX расширения Oh Remind Me!
Скачайте файлы расширений Oh Remind Me! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
◼ 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 Основная информация о расширении
| Название | |
| ID | ipbipflodnkaldhkkibbbkcfnhmpkneg |
| Официальный URL | https://chromewebstore.google.com/detail/oh-remind-me/ipbipflodnkaldhkkibbbkcfnhmpkneg |
| Описание | A simple tool that makes your new tab page show your customized messages. |
| Размер файла | 1.09 MB |
| Количество установок | 36 |
| Текущая Версия | 1.0.2 |
| Последнее Обновление | 2013-03-28 |
| Дата публикации | 2013-03-27 |
| Рейтинг | 2.75/5 Всего 8 оценок |
| Разработчик | mmmavis |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
}
} | |