Kur'an Ayetleri

Kur'an Ayetleri Chrome Eklentisi

什么是Kur'an Ayetleri?

Kur'an Ayetleri是由https://kuranayetleri.net开发的Chrome扩展程序,该扩展的主要功能是“Kur'an Ayetleri Chrome Eklentisi”。

扩展截图

screenshot

下载Kur'an Ayetleri扩展crx文件

下载Kur'an Ayetleri扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Kur'an Ayetleri Chrome eklentisi ile istediğiniz ayetin karşılaştırmalı mealine hızlıca ulaşabilirsiniz.                    

扩展基本信息

名称 Kur'an Ayetleri Kur'an Ayetleri
ID jfkjdbdibannpfahjemeiepimmoeacdo
官方URL https://chromewebstore.google.com/detail/kuran-ayetleri/jfkjdbdibannpfahjemeiepimmoeacdo
简介 Kur'an Ayetleri Chrome Eklentisi
文件大小 317 KB
安装次数 252
当前版本 1.0.6
更新时间 2019-09-15
上架时间 2019-09-15
评分 3.67/5 共6次评分
开发者 https://kuranayetleri.net
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.kuranayetleri.net
帮助页面URL https://www.kuranayetleri.net/iletisim
支持的语言 tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kur'an Ayetleri",
    "short_name": "Kur'an Ayetleri",
    "description": "Kur'an Ayetleri Chrome Eklentisi",
    "version": "1.0.6",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Kur'an Ayetleri"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.4.1.min.js",
            "js\/popup.js",
            "js\/bootstrap.min.js",
            "js\/bootstrap-select.min.js",
            "js\/validator.js"
        ],
        "persistent": true
    }
}