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…

O que é Reminders Tab?

Reminders Tab é uma extensão do Chrome desenvolvida por HIKMAH, e sua principal característica é "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…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Reminders Tab

Baixe arquivos de extensão Reminders Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Reminders Tab Reminders Tab
ID hlalmipkolibhponfnlmlllbgaifkija
URL Oficial https://chromewebstore.google.com/detail/reminders-tab/hlalmipkolibhponfnlmlllbgaifkija
Descrição 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…
Tamanho do Arquivo 602 KB
Contagem de Instalações 704
Versão Atual 2.0.0
Última Atualização 2021-03-06
Data de Publicação 2019-05-05
Classificação 5.00/5 Total de 41 Avaliações
Desenvolvedor HIKMAH
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://twitter.com/HikmahSupport
Idiomas Suportados 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"
    ]
}