QuranVerse
QuranVerse is a chrome extension that displays a random verse when you open a new tab.
Cos'è QuranVerse?
QuranVerse è un'estensione di Chrome sviluppata da ninefourteen, e la sua funzione principale è "QuranVerse is a chrome extension that displays a random verse when you open a new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QuranVerse
Scarica i file di estensione QuranVerse 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
QuranVerse is a chrome extension that displays a random verse when you open a new tab. A simple way to read, listen and study the Holy Quran. Hotkeys: - RIGHT ARROW : next verse. - LEFT ARROW : previous verse. - UP ARROW : next surah. - DOWN ARROW : previous surah. - SPACEBAR : random verse. - C : copy verse to clipboard. - P : play/pause audio.
Informazioni di Base sull'Estensione
Nome | |
ID | chfihpleinkadpemgfipejlehogogkkp |
URL Ufficiale | https://chrome.google.com/webstore/detail/quranverse/chfihpleinkadpemgfipejlehogogkkp |
Descrizione | QuranVerse is a chrome extension that displays a random verse when you open a new tab. |
Dimensione del File | 7.04 MB |
Conteggio Installazioni | 181 |
Versione Corrente | 0.9.4 |
Ultimo Aggiornamento | 2018-06-05 |
Data di Pubblicazione | 2018-06-05 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | ninefourteen |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://bit.ly/2Ld6bgf |
URL della Pagina di Aiuto | http://bit.ly/2Ld6bgf |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QuranVerse", "description": "QuranVerse is a chrome extension that displays a random verse when you open a new tab.", "version": "0.9.4", "manifest_version": 2, "icons": { "24": "icons\/icon_24.png", "48": "icons\/icon_48.png", "64": "icons\/icon_64.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "QuranVerse" }, "chrome_url_overrides": { "newtab": "tab\/tab.html" }, "permissions": [ "activeTab" ] } |