Kur'an Ayetleri
Kur'an Ayetleri Chrome Eklentisi
什麼是Kur'an Ayetleri?
Kur'an Ayetleri是由https://kuranayetleri.net開發的Chrome擴展程式,該擴展的主要功能是“Kur'an Ayetleri Chrome Eklentisi”。
擴展截圖
下載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 |
ID | jfkjdbdibannpfahjemeiepimmoeacdo |
官方網址 | 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 } } |