Ayat Al Quran

Quran ayat with translation and notifications

Ayat Al Quran là gì?

Ayat Al Quran là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Quran ayat with translation and notifications".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ayat Al Quran

Tải xuống các tệp mở rộng Ayat Al Quran dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Read Quran with translation ayat by ayat at your own pace. Add Ayat notification reminders per convenience.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ayat Al Quran Ayat Al Quran
ID phpchoonngafcpakpkddaddfcfokoljg
URL Chính Thức https://chromewebstore.google.com/detail/ayat-al-quran/phpchoonngafcpakpkddaddfcfokoljg
Mô tả Quran ayat with translation and notifications
Kích Thước Tệp 43.18 KB
Số Lần Cài Đặt 1,046
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-06-07
Ngày Phát Hành 2018-06-07
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ayat Al Quran",
    "short_name": "Ayat-Al-Quran with Translation",
    "description": "Quran ayat with translation and notifications",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "ja_rocket_48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "ja_rocket_16.png",
        "48": "ja_rocket_48.png",
        "128": "ja_rocket_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.3.1\/jquery.min.js"
            ],
            "scripts": [
                "popup.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "storage",
        "https:\/\/api.alquran.cloud\/ayah\/*\/*",
        "notifications",
        "alarms"
    ]
}