99 Names
Open each new tab with a beautiful name of Allah
Wat is 99 Names?
99 Names is een Chrome-extensie ontwikkeld door Suffah Collective, en de belangrijkste functie is "Open each new tab with a beautiful name of Allah".
Extensie Screenshots
Download het CRX-bestand van de extensie 99 Names
Download 99 Names-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | 99 Names |
ID | iaghagcnmdhclibfiojdgfonhokgeanf |
Officiële URL | https://chromewebstore.google.com/detail/99-names/iaghagcnmdhclibfiojdgfonhokgeanf |
Beschrijving | Open each new tab with a beautiful name of Allah |
Bestandsgrootte | 83.42 KB |
Aantal Installaties | 127 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-02-17 |
Publicatiedatum | 2021-02-16 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Suffah Collective |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://suffahcollective.carrd.co/ |
Ondersteunde Talen | 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" } } |