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 je Reminders Tab?

Reminders Tab je rozšíření Chrome vyvinuté HIKMAH, a jeho hlavní funkcí je „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…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Reminders Tab

Stáhněte si soubory rozšíření Reminders Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Reminders Tab Reminders Tab
ID hlalmipkolibhponfnlmlllbgaifkija
Oficiální URL https://chromewebstore.google.com/detail/reminders-tab/hlalmipkolibhponfnlmlllbgaifkija
Popis 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…
Velikost souboru 602 KB
Počet instalací 704
Aktuální Verze 2.0.0
Poslední Aktualizace 2021-03-06
Datum Vydání 2019-05-05
Hodnocení 5.00/5 Celkem 41 Hodnocení
Vývojář HIKMAH
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://twitter.com/HikmahSupport
Podporované Jazyky 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"
    ]
}