Quran Daily by thankallah.org
Inspirational quotes from The Holy Quran in every new tab
Was ist Quran Daily by thankallah.org?
Quran Daily by thankallah.org ist eine Chrome-Erweiterung, die von oddillio entwickelt wurde, und ihr Hauptmerkmal ist "Inspirational quotes from The Holy Quran in every new tab".
Erweiterungsscreenshots
Quran Daily by thankallah.org-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quran Daily by thankallah.org-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
In this plugin, we are sharing inspirational quotes from The Holy Quran in every new tab you open. A collection of inspirational islamic quotes and verses from quran in english. These Quranic verses will surely touch your heart and we suggest all of our users to read Quran with translation or at least make you daily routine to listen Quran Tilawat with translation. You will be amazed to know that how beautiful islamic quotes and messages for us are already mention in Quran. This is a very lite extension, easy to use. - developed by Oddillio Labs for thankALLAH.org
Grundlegende Informationen zur Erweiterung
Name | Quran Daily by thankallah.org |
ID | lnaeifbgckpecekgipkeneldfkckicnh |
Offizielle URL | https://chromewebstore.google.com/detail/quran-daily-by-thankallah/lnaeifbgckpecekgipkeneldfkckicnh |
Beschreibung | Inspirational quotes from The Holy Quran in every new tab |
Dateigröße | 646 KB |
Installationsanzahl | 353 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-09-08 |
Veröffentlichungsdatum | 2016-09-08 |
Bewertung | 4.88/5 Insgesamt 8 Bewertungen |
Entwickler | oddillio |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quran Daily by thankallah.org", "description": "Inspirational quotes from The Holy Quran in every new tab", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "js\/vendor\/angular.min.js" ] }, "content_scripts": [ { "js": [ "js\/vendor\/jquery.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "chrome_url_overrides": { "newtab": "tab.html" } } |