Quran New Tab

Displays a random Quran ayah in a new tab.

Co to jest Quran New Tab?

Quran New Tab to rozszerzenie Chrome opracowane przez Rami, a jego główną funkcją jest „Displays a random Quran ayah in a new tab.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Quran New Tab

Pobierz pliki rozszerzeń Quran New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Displays a random Quran ayah in a new tab.
With Orginal arabic and english translations

Update: 1.6:
- Bugfix: Fix play pause state.

Update 1.5:
- Added menu buttons to play, pause and stop Quran player.

Update 1.4:
- Optimizations and styling fixes.
- Added Surah info tooltip on hover of the Surah name.

Update 1.3:
- Add Surah and Ayah dropdowns to be able to select a specific one.
- Styling fixes

Update 1.2:
- Add audio player.
- Add next and prev buttons to navigate ayahs.

Update 1.1:
- Reduce animation time for Background images.
- Increase font size for Surah-name.
- Change Quran english translation to yusufali.                    

Podstawowe informacje o rozszerzeniu

Nazwa Quran New Tab Quran New Tab
ID jmabnhpocbmceahaachaobdibagcoogn
Oficjalny URL https://chromewebstore.google.com/detail/quran-new-tab/jmabnhpocbmceahaachaobdibagcoogn
Opis Displays a random Quran ayah in a new tab.
Rozmiar pliku 1.08 MB
Liczba instalacji 83
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2023-09-11
Data Publikacji 2023-08-14
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Rami
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://alzayat.de/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quran New Tab",
    "version": "1.6",
    "description": "Displays a random Quran ayah in a new tab.",
    "chrome_url_overrides": {
        "newtab": "popup.html"
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    }
}