99 Names

Open each new tab with a beautiful name of Allah

Vad är 99 Names?

99 Names är en Chrome-tillägg utvecklad av Suffah Collective, och dess huvudfunktion är "Open each new tab with a beautiful name of Allah".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner 99 Names-förlängningens CRX-fil

Ladda ner 99 Names-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn 99 Names 99 Names
ID iaghagcnmdhclibfiojdgfonhokgeanf
Officiell webbadress https://chromewebstore.google.com/detail/99-names/iaghagcnmdhclibfiojdgfonhokgeanf
Beskrivning Open each new tab with a beautiful name of Allah
Filstorlek 83.42 KB
Antal Installationer 127
Aktuell Version 1.0
Senast Uppdaterad 2021-02-17
Publiceringsdatum 2021-02-16
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Suffah Collective
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://suffahcollective.carrd.co/
Stödda Språk 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"
    }
}