99 Names

Open each new tab with a beautiful name of Allah

Co to jest 99 Names?

99 Names to rozszerzenie Chrome opracowane przez Suffah Collective, a jego główną funkcją jest „Open each new tab with a beautiful name of Allah”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia 99 Names

Pobierz pliki rozszerzeń 99 Names 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

                        Every time you open a new tab, 99 Names will show one of the 99 names of Allah in both Arabic and English. Be reminded of the Asmaa'-al-Husna as you surf the web.                    

Podstawowe informacje o rozszerzeniu

Nazwa 99 Names 99 Names
ID iaghagcnmdhclibfiojdgfonhokgeanf
Oficjalny URL https://chromewebstore.google.com/detail/99-names/iaghagcnmdhclibfiojdgfonhokgeanf
Opis Open each new tab with a beautiful name of Allah
Rozmiar pliku 83.42 KB
Liczba instalacji 127
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-02-17
Data Publikacji 2021-02-16
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Suffah Collective
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://suffahcollective.carrd.co/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "99 Names",
    "version": "1.0",
    "description": "Open each new tab with a beautiful name of Allah",
    "icons": {
        "16": ".\/images\/99_icon.png"
    },
    "browser_action": {
        "default_icon": ".\/images\/99_icon.png",
        "default_title": "99 Names"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newpage.html"
    }
}