Reminders Tab
Replace your default new tab with something more beneficial. View a Hadith or a verse from the Qur'an every time you open a new…
Что такое Reminders Tab?
Reminders Tab - это расширение Chrome, разработанное HIKMAH, и его основная функция - "Replace your default new tab with something more beneficial. View a Hadith or a verse from the Qur'an every time you open a new…".
Снимки экрана расширения
Скачать файл CRX расширения Reminders Tab
Скачайте файлы расширений Reminders Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Replace your default new tab with something more beneficial. View a Hadith or a verse from the Qur'an every time you open a new tab. Now also manage your day with a todo list. Основная информация о расширении
| Название | |
| ID | hlalmipkolibhponfnlmlllbgaifkija |
| Официальный URL | https://chromewebstore.google.com/detail/reminders-tab/hlalmipkolibhponfnlmlllbgaifkija |
| Описание | Replace your default new tab with something more beneficial. View a Hadith or a verse from the Qur'an every time you open a new… |
| Размер файла | 602 KB |
| Количество установок | 704 |
| Текущая Версия | 2.0.0 |
| Последнее Обновление | 2021-03-06 |
| Дата публикации | 2019-05-05 |
| Рейтинг | 5.00/5 Всего 41 оценок |
| Разработчик | HIKMAH |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы помощи | https://twitter.com/HikmahSupport |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Reminders Tab",
"description": "",
"version": "2.0.0",
"author": "HIKMAH",
"browser_action": {
"default_icon": "gold.jpg",
"default_title": "The reminders tab"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/fonts.googleapis.com https:\/\/use.fontawesome.com 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
"permissions": [
"storage",
"activeTab"
]
} | |