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によって開発されたChromeの拡張機能で、その主な機能は「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

FaZakkir - فَذَكِّــرْ拡張機能のCRXファイルをダウンロード

FaZakkir - فَذَكِّــرْ拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}