Quran Daily by thankallah.org
Inspirational quotes from The Holy Quran in every new tab
什么是Quran Daily by thankallah.org?
Quran Daily by thankallah.org是由oddillio开发的Chrome扩展程序,该扩展的主要功能是“Inspirational quotes from The Holy Quran in every new tab”。
扩展截图
下载Quran Daily by thankallah.org扩展crx文件
下载Quran Daily by thankallah.org扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Quran Daily by thankallah.org |
ID | lnaeifbgckpecekgipkeneldfkckicnh |
官方URL | https://chromewebstore.google.com/detail/quran-daily-by-thankallah/lnaeifbgckpecekgipkeneldfkckicnh |
简介 | Inspirational quotes from The Holy Quran in every new tab |
文件大小 | 646 KB |
安装次数 | 353 |
当前版本 | 1.0 |
更新时间 | 2016-09-08 |
上架时间 | 2016-09-08 |
评分 | 4.88/5 共8次评分 |
开发者 | oddillio |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |