99 Names
Open each new tab with a beautiful name of Allah
Apa itu 99 Names?
99 Names adalah ekstensi Chrome yang dikembangkan oleh Suffah Collective, dan fitur utamanya adalah "Open each new tab with a beautiful name of Allah".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 99 Names
Unduh file ekstensi 99 Names dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | 99 Names |
ID | iaghagcnmdhclibfiojdgfonhokgeanf |
URL Resmi | https://chromewebstore.google.com/detail/99-names/iaghagcnmdhclibfiojdgfonhokgeanf |
Deskripsi | Open each new tab with a beautiful name of Allah |
Ukuran File | 83.42 KB |
Jumlah Instalasi | 127 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-02-17 |
Tanggal Publikasi | 2021-02-16 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Suffah Collective |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://suffahcollective.carrd.co/ |
Bahasa yang Didukung | 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" } } |