Quran Daily by thankallah.org
Inspirational quotes from The Holy Quran in every new tab
Qu'est-ce que Quran Daily by thankallah.org ?
Quran Daily by thankallah.org est une extension Chrome développée par oddillio, et sa fonction principale est "Inspirational quotes from The Holy Quran in every new tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Quran Daily by thankallah.org
Téléchargez les fichiers d'extension Quran Daily by thankallah.org au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Quran Daily by thankallah.org |
ID | lnaeifbgckpecekgipkeneldfkckicnh |
URL Officiel | https://chromewebstore.google.com/detail/quran-daily-by-thankallah/lnaeifbgckpecekgipkeneldfkckicnh |
Description | Inspirational quotes from The Holy Quran in every new tab |
Taille du Fichier | 646 KB |
Nombre d'Installations | 353 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-09-08 |
Date de Publication | 2016-09-08 |
Évaluation | 4.88/5 Total 8 Évaluations |
Développeur | oddillio |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |