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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}