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

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

FaZakkir - فَذَكِّــرْ क्या है?

FaZakkir - فَذَكِّــرْ http://younessboualam.ml द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FaZakkir is a simple extension that replace every new tab with a random verse from the Holy Quran whith its interpretation"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FaZakkir - فَذَكِّــرْ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम FaZakkir - فَذَكِّــرْ FaZakkir - فَذَكِّــرْ
ID ffekjmkkgbpkeplldmbcmfhclffjkofo
आधिकारिक URL https://chrome.google.com/webstore/detail/ffekjmkkgbpkeplldmbcmfhclffjkofo
विवरण FaZakkir is a simple extension that replace every new tab with a random verse from the Holy Quran whith its interpretation
फ़ाइल का आकार 397 KB
स्थापना संख्या 203
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2022-11-06
प्रकाशन तिथि 2020-11-09
रेटिंग 5.00/5 कुल 18 रेटिंग्स
डेवलपर http://younessboualam.ml
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ
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"
    }
}