99 Names
Open each new tab with a beautiful name of Allah
Hvad er 99 Names?
99 Names er en Chrome-udvidelse udviklet af Suffah Collective, og dens hovedfunktion er "Open each new tab with a beautiful name of Allah".
Udvidelsesskærmbilleder
Download 99 Names-udvidelses-CRX-fil
Download 99 Names-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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æggende oplysninger om udvidelsen
| Navn |   |  
| ID | iaghagcnmdhclibfiojdgfonhokgeanf | 
| Officiel URL | https://chromewebstore.google.com/detail/99-names/iaghagcnmdhclibfiojdgfonhokgeanf | 
| Beskrivelse | Open each new tab with a beautiful name of Allah | 
| Filstørrelse | 83.42 KB | 
| Antal Installationer | 127 | 
| Nuværende Version | 1.0 | 
| Senest Opdateret | 2021-02-17 | 
| Udgivelsesdato | 2021-02-16 | 
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser | 
| Udvikler | Suffah Collective | 
| [email protected] | |
| Betalingsmetode | free | 
| Udvidelseswebsted | https://suffahcollective.carrd.co/ | 
| Understøttede Sprog | 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"
    }
}  |  |