Quranic Vocabulary
Shows a random word from Quran in Arabic and its English meaning on a beautiful background when user opens a new tab.
Τι είναι το Quranic Vocabulary;
Το Quranic Vocabulary είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Abubakar Abid, και η κύρια λειτουργία του είναι "Shows a random word from Quran in Arabic and its English meaning on a beautiful background when user opens a new tab.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Quranic Vocabulary
Λήψη αρχείων επέκτασης Quranic Vocabulary σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Quranic Vocabulary |
ID | ooelkkeojgepkgkiepifoijfidomhjmg |
Επίσημο URL | https://chromewebstore.google.com/detail/quranic-vocabulary/ooelkkeojgepkgkiepifoijfidomhjmg |
Περιγραφή | Shows a random word from Quran in Arabic and its English meaning on a beautiful background when user opens a new tab. |
Μέγεθος Αρχείου | 110 KB |
Αριθμός Εγκαταστάσεων | 677 |
Τρέχουσα Έκδοση | 1.3.0 |
Τελευταία Ενημέρωση | 2021-07-29 |
Ημερομηνία Δημοσίευσης | 2021-04-03 |
Αξιολόγηση | 5.00/5 Συνολικά 14 Αξιολογήσεις |
Προγραμματιστής | Abubakar Abid |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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 } } |