Quran In New Tab

View Quran verses on the new tab page.

Apa itu Quran In New Tab?

Quran In New Tab adalah ekstensi Chrome yang dikembangkan oleh https://quran-extension.shahednasser.com, dan fitur utamanya adalah "View Quran verses on the new tab page.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Quran In New Tab

Unduh file ekstensi Quran In New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Replace the new tab page with Quran verses, Athkar and beautiful nature pictures. The verses and pictures are randomly generated hourly. You also have the option to show or hide top sites.

You can also play an audio of the recitation of the verse. You can choose from the following reciters:
- Mashary Rashid Alafasy
- Abdallah Basfar
- Abdurrahmaan As-Sudais
- Abdul Samad
and many more.

You can also turn on the translation for the verses. Some of the languages available for translations are:
- English
- German
- Spanish
- Indonesian
- Italian
and many more.

You can view Athkar and prayer times.

Credits:

- All Quran verses, audios, translations, calendar and prayer times use the API of https://alquran.cloud/
- Icons from https://feathericons.com/ and https://iconscout.com/
- Logo from https://www.freeiconspng.com/img/8824                    

Informasi Dasar Ekstensi

Nama Quran In New Tab Quran In New Tab
ID hggkcijghhpkdjeokpfgbhnpecliiijg
URL Resmi https://chromewebstore.google.com/detail/quran-in-new-tab/hggkcijghhpkdjeokpfgbhnpecliiijg
Deskripsi View Quran verses on the new tab page.
Ukuran File 1000 KB
Jumlah Instalasi 1,172
Versi Saat Ini 2.2.2
Terakhir Diperbarui 2023-08-30
Tanggal Publikasi 2020-03-29
Penilaian 4.77/5 Total 31 Penilaian
Pengembang https://quran-extension.shahednasser.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://quran-extension.shahednasser.com/
URL Halaman Bantuan https://github.com/shahednasser/quran-extension/issues
Bahasa yang Didukung id,de,en,tr,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quran In New Tab",
    "version": "2.2.2",
    "description": "View Quran verses on the new tab page.",
    "permissions": [
        "storage",
        "topSites",
        "alarms",
        "notifications",
        "geolocation"
    ],
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "manifest_version": 3,
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "\/assets\/icon-16.png",
        "32": "\/assets\/icon-32.png",
        "48": "\/assets\/icon-48.png",
        "128": "\/assets\/icon-128.png"
    }
}