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
官方網址 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"
    }
}