Quranic Vocabulary
Shows a random word from Quran in Arabic and its English meaning on a beautiful background when user opens a new tab.
Cos'è Quranic Vocabulary?
Quranic Vocabulary è un'estensione di Chrome sviluppata da Abubakar Abid, e la sua funzione principale è "Shows a random word from Quran in Arabic and its English meaning on a beautiful background when user opens a new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quranic Vocabulary
Scarica i file di estensione Quranic Vocabulary in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Learn Arabic vocabulary and increase your understanding of the Quran! Each time you open up a new tab, you'll be shown a random word from Quran in Arabic and its English meaning on a beautiful background. Cool features: * Test mode: you can hide the translation (unless you hover over it) to test yourself * Find in the Quran: you can click to see where in the Quran the word can be found to understand the context better * Shows the time and date (both Western date and Hijri date) New in 1.0.2: * Fixed "find in Quran" bug * Expanded to 1,250 vocabulary words * Added share with social media icons We hope you find it beneficial! Built by Abubakar Abid and Hunain Sajid
Informazioni di Base sull'Estensione
Nome | Quranic Vocabulary |
ID | ooelkkeojgepkgkiepifoijfidomhjmg |
URL Ufficiale | https://chromewebstore.google.com/detail/quranic-vocabulary/ooelkkeojgepkgkiepifoijfidomhjmg |
Descrizione | Shows a random word from Quran in Arabic and its English meaning on a beautiful background when user opens a new tab. |
Dimensione del File | 110 KB |
Conteggio Installazioni | 677 |
Versione Corrente | 1.3.0 |
Ultimo Aggiornamento | 2021-07-29 |
Data di Pubblicazione | 2021-04-03 |
Valutazione | 5.00/5 Totale 14 Valutazioni |
Sviluppatore | Abubakar Abid |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quranic Vocabulary", "description": "Shows a random word from Quran in Arabic and its English meaning on a beautiful background when user opens a new tab.", "version": "1.3.0", "icons": { "16": "quran-16.png", "48": "quran-48.png", "128": "quran-128.png" }, "permissions": [ "chrome:\/\/favicon\/" ], "chrome_url_overrides": { "newtab": "newpage.html" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |