Quran Tab

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

Quran Tab란 무엇입니까?

Quran Tab은(는) Mohamed Abusrea에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quran Tab is an Islamic new tab page that will keep you inspired by a verse from the Quran every time you open a new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Quran Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Quran Tab is an Islamic new tab page that will keep you inspired by a verse from the Quran every time you open a new tab that helps you achieve your "Khatma" and keeps you connected with the words of Allah.

Features:
* The app supports 15+ languages/translations of the Quran 🌐
* It has 20+ reciters so you can play any verse with your favorite reciter 🎧
* Bookmark your favorite verses ❤️
* Auto-change verse: show new verse with every new tab 🔀
* Beautiful backgrounds 🌄
* A beautiful Dark-theme 🌚
* Prayer times with many options to customize them 🕋
* Arabic Tafseer for every verse 📖                    

확장 프로그램 기본 정보

이름 Quran Tab Quran Tab
ID afaihcdgkjebgabomemccdneglknjkdd
공식 URL https://chromewebstore.google.com/detail/quran-tab/afaihcdgkjebgabomemccdneglknjkdd
설명 Quran Tab is an Islamic new tab page that will keep you inspired by a verse from the Quran every time you open a new tab.
파일 크기 11.92 MB
설치 횟수 43,204
현재 버전 2.6.7
최근 업데이트 2024-01-21
출시 날짜 2019-04-09
평점 4.91/5 총 633 개의 평점
개발자 Mohamed Abusrea
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/03a465b3-035d-46fb-bf55-8e2b185caa74
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quran Tab",
    "description": "Quran Tab is an Islamic new tab page that will keep you inspired by a verse from the Quran every time you open a new tab.",
    "version": "2.6.7",
    "manifest_version": 3,
    "permissions": [
        "notifications",
        "alarms",
        "offscreen"
    ],
    "host_permissions": [
        "https:\/\/api.alquran.cloud\/*",
        "https:\/\/*.islamic.network\/*"
    ],
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "icons": {
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}