Quran Annotate

Save vocabulary to memorize while reading the Quran.

Quran Annotate là gì?

Quran Annotate là một tiện ích mở rộng Chrome được phát triển bởi quranannotate, và tính năng chính của nó là "Save vocabulary to memorize while reading the Quran.".

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

screenshot

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

Tải xuống các tệp mở rộng Quran Annotate 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

                        Use this extension to save vocabulary while you are reading the Quran online. It currently works with https://quranwbw.com for and https://equranlibrary.com. You can view your saved vocabulary list on the extension page.                    

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

Tên Quran Annotate Quran Annotate
ID glecejlnidccgagdfdjpboknhmfalhhh
URL Chính Thức https://chromewebstore.google.com/detail/quran-annotate/glecejlnidccgagdfdjpboknhmfalhhh
Mô tả Save vocabulary to memorize while reading the Quran.
Kích Thước Tệp 1.43 MB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2019-09-15
Ngày Phát Hành 2019-09-14
Nhà Phát Triển quranannotate
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quran Annotate",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "description": "Save vocabulary to memorize while reading the Quran.",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/32.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "title": "See your vocabulary"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.quranwbw.com\/*"
            ],
            "js": [
                "quranwbw.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.equranlibrary.com\/*"
            ],
            "js": [
                "equranlibrary.js"
            ]
        }
    ]
}