Quran In New Tab

View Quran verses on the new tab page.

Cos'è Quran In New Tab?

Quran In New Tab è un'estensione di Chrome sviluppata da https://quran-extension.shahednasser.com, e la sua funzione principale è "View Quran verses on the new tab page.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Quran In New Tab

Scarica i file di estensione Quran In New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Quran In New Tab Quran In New Tab
ID hggkcijghhpkdjeokpfgbhnpecliiijg
URL Ufficiale https://chromewebstore.google.com/detail/quran-in-new-tab/hggkcijghhpkdjeokpfgbhnpecliiijg
Descrizione View Quran verses on the new tab page.
Dimensione del File 1000 KB
Conteggio Installazioni 1,172
Versione Corrente 2.2.2
Ultimo Aggiornamento 2023-08-30
Data di Pubblicazione 2020-03-29
Valutazione 4.77/5 Totale 31 Valutazioni
Sviluppatore https://quran-extension.shahednasser.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://quran-extension.shahednasser.com/
URL della Pagina di Aiuto https://github.com/shahednasser/quran-extension/issues
Lingue Supportate 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"
    }
}