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…
Cos'è Reminders Tab?
Reminders Tab è un'estensione di Chrome sviluppata da HIKMAH, e la sua funzione principale è "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…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reminders Tab
Scarica i file di estensione Reminders Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hlalmipkolibhponfnlmlllbgaifkija |
| URL Ufficiale | https://chromewebstore.google.com/detail/reminders-tab/hlalmipkolibhponfnlmlllbgaifkija |
| Descrizione | 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… |
| Dimensione del File | 602 KB |
| Conteggio Installazioni | 704 |
| Versione Corrente | 2.0.0 |
| Ultimo Aggiornamento | 2021-03-06 |
| Data di Pubblicazione | 2019-05-05 |
| Valutazione | 5.00/5 Totale 41 Valutazioni |
| Sviluppatore | HIKMAH |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina di Aiuto | https://twitter.com/HikmahSupport |
| Lingue Supportate | 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"
]
} | |