Vajehyab

Multilingual Dictionary!

Vajehyab là gì?

Vajehyab là một tiện ích mở rộng Chrome được phát triển bởi https://vajehyab.com, và tính năng chính của nó là "Multilingual Dictionary!".

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

screenshot
screenshot

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

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

                        Magicword is an anywhere access Persian dictionary provided by vajehyab.com.
Just double click on any word anywhere in the browser and you will get its definition or translation in seconds.
It supports both English to Persian(Farsi) and Persian to Persian translation.
Translations are provided by Vajehyab.com which has a reach set of Dictionaries such as Dehkhoda, Moein, Amid and etc..                    

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

Tên Vajehyab Vajehyab
ID jnfhbofpfodjehahbofdnaliphmjngnf
URL Chính Thức https://chromewebstore.google.com/detail/vajehyab/jnfhbofpfodjehahbofdnaliphmjngnf
Mô tả Multilingual Dictionary!
Kích Thước Tệp 147 KB
Số Lần Cài Đặt 4,646
Phiên Bản Hiện Tại 3.2.0
Cập Nhật Lần Cuối 2023-06-10
Ngày Phát Hành 2023-06-03
Đánh Giá 4.53/5 Tổng số 129 Đánh Giá
Nhà Phát Triển https://vajehyab.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vajehyab.com
URL Trang Trợ Giúp https://vajehyab.com/extension
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vajehyab",
    "version": "3.2.0",
    "description": "Multilingual Dictionary!",
    "icons": {
        "16": "src\/images\/icon-16.png",
        "48": "src\/images\/icon-48.png",
        "128": "src\/images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "css": [
                "src\/styles\/icon.css",
                "src\/styles\/font.css",
                "src\/styles\/color.css",
                "src\/styles\/modal.css"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/fonts\/*",
                "src\/images\/*",
                "src\/styles\/*",
                "src\/templates\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{a1c51b4d-8fa5-4f85-99a7-a5684be1a2ba}",
            "strict_min_version": "109.0"
        }
    },
    "manifest_version": 3
}