Vajehyab

Look up persian words using Vajehyab

Vajehyab là gì?

Vajehyab là một tiện ích mở rộng Chrome được phát triển bởi Zia Zafari, và tính năng chính của nó là "Look up persian words using Vajehyab".

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

screenshot
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

                        This is an alternative extension for Vajehyab. Make a selection of your word and use the context menu to look it up using Vajehyab. You can search both English and Persian words.

Disclaimer: this extension is in no way related to the developers of Vajehyab. I myself am simply a user of the site who is interested in an alternative way to access it.                    

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

Tên Vajehyab Vajehyab
ID iiacjfkjpjmnapncgppmjijgmjlgldha
URL Chính Thức https://chromewebstore.google.com/detail/vajehyab/iiacjfkjpjmnapncgppmjijgmjlgldha
Mô tả Look up persian words using Vajehyab
Kích Thước Tệp 9.56 KB
Số Lần Cài Đặt 1,013
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-10-17
Ngày Phát Hành 2019-10-17
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Zia Zafari
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vajehyab",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Look up persian words using Vajehyab",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "vajehyab.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "author": "Zia Zafari"
}