Quran Daily by thankallah.org
Inspirational quotes from The Holy Quran in every new tab
O que é Quran Daily by thankallah.org?
Quran Daily by thankallah.org é uma extensão do Chrome desenvolvida por oddillio, e sua principal característica é "Inspirational quotes from The Holy Quran in every new tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Quran Daily by thankallah.org
Baixe arquivos de extensão Quran Daily by thankallah.org no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Quran Daily by thankallah.org |
ID | lnaeifbgckpecekgipkeneldfkckicnh |
URL Oficial | https://chromewebstore.google.com/detail/quran-daily-by-thankallah/lnaeifbgckpecekgipkeneldfkckicnh |
Descrição | Inspirational quotes from The Holy Quran in every new tab |
Tamanho do Arquivo | 646 KB |
Contagem de Instalações | 353 |
Versão Atual | 1.0 |
Última Atualização | 2016-09-08 |
Data de Publicação | 2016-09-08 |
Classificação | 4.88/5 Total de 8 Avaliações |
Desenvolvedor | oddillio |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |