FaZakkir - فَذَكِّــرْ

FaZakkir is a simple extension that replace every new tab with a random verse from the Holy Quran whith its interpretation

Co je FaZakkir - فَذَكِّــرْ?

FaZakkir - فَذَكِّــرْ je rozšíření Chrome vyvinuté http://younessboualam.ml, a jeho hlavní funkcí je „FaZakkir is a simple extension that replace every new tab with a random verse from the Holy Quran whith its interpretation“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření FaZakkir - فَذَكِّــرْ

Stáhněte si soubory rozšíření FaZakkir - فَذَكِّــرْ 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í

                        FaZakkir is an Islamic extension that will keep you inspired by a verse from the Holy Quran every time you open a new tab.

Features:

* New verse every new tab
* Verse recitation
* English translation of the verse
* Arabic Tafseer for every verse
* Arabic Tawtheeq of Surats
* Beautifully backgrounds
* Prayer times 
* Hijri date
* Possibility to export the verse as an image and shared it on social media
* Weather state
* Search bar                    

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

Název FaZakkir - فَذَكِّــرْ FaZakkir - فَذَكِّــرْ
ID ffekjmkkgbpkeplldmbcmfhclffjkofo
Oficiální URL https://chrome.google.com/webstore/detail/ffekjmkkgbpkeplldmbcmfhclffjkofo
Popis FaZakkir is a simple extension that replace every new tab with a random verse from the Holy Quran whith its interpretation
Velikost souboru 397 KB
Počet instalací 203
Aktuální Verze 2.0.2
Poslední Aktualizace 2022-11-06
Datum Vydání 2020-11-09
Hodnocení 5.00/5 Celkem 18 Hodnocení
Vývojář http://younessboualam.ml
E-mail [email protected]
Typ Platby free
Podporované Jazyky
manifest.json
{
    "manifest_version": 2,
    "name": "FaZakkir - \u0641\u064e\u0630\u064e\u0643\u0651\u0650\u0640\u0640\u0631\u0652",
    "short_name": "FaZakkir",
    "version": "2.0.2",
    "author": "Youness Boualam",
    "description": "FaZakkir is a simple extension that replace every new tab with a random verse from the Holy Quran whith its interpretation",
    "permissions": [
        "geolocation",
        "storage",
        "https:\/\/fathakkir.000webhostapp.com\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "core\/assets\/icons\/[email protected]",
        "32": "core\/assets\/icons\/[email protected]",
        "64": "core\/assets\/icons\/[email protected]",
        "128": "core\/assets\/icons\/[email protected]"
    },
    "background": {
        "scripts": [
            "core\/scripts\/fazakkir.bg.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "FaZakkir - \u0641\u064e\u0630\u064e\u0643\u0651\u0650\u0640\u0640\u0631\u0652"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}