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…
Co to jest Reminders Tab?
Reminders Tab to rozszerzenie Chrome opracowane przez HIKMAH, a jego główną funkcją jest „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…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reminders Tab
Pobierz pliki rozszerzeń Reminders Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hlalmipkolibhponfnlmlllbgaifkija |
| Oficjalny URL | https://chromewebstore.google.com/detail/reminders-tab/hlalmipkolibhponfnlmlllbgaifkija |
| Opis | 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… |
| Rozmiar pliku | 602 KB |
| Liczba instalacji | 704 |
| Aktualna Wersja | 2.0.0 |
| Ostatnia Aktualizacja | 2021-03-06 |
| Data Publikacji | 2019-05-05 |
| Ocena | 5.00/5 Łącznie 41 Oceny |
| Deweloper | HIKMAH |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Pomocy | https://twitter.com/HikmahSupport |
| Obsługiwane Języki | 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"
]
} | |