SLA Dictionary

Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi

SLA Dictionary là gì?

SLA Dictionary là một tiện ích mở rộng Chrome được phát triển bởi Sindhi Language Authority, và tính năng chính của nó là "Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi".

Ả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 SLA Dictionary

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

                        Select any text on browser and click on icon appeared at top-right corner of browser or right click and select SLA Meaning: Option from popup menu to translate into sindhi / english. For detail, visit our official portal:


http://dic.sindhila.edu.pk                    

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

Tên SLA Dictionary SLA Dictionary
ID phpjjbogglpbjgnlldjdlinieejiamel
URL Chính Thức https://chromewebstore.google.com/detail/sla-dictionary/phpjjbogglpbjgnlldjdlinieejiamel
Mô tả Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi
Kích Thước Tệp 58.66 KB
Số Lần Cài Đặt 156
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-03-06
Ngày Phát Hành 2016-03-05
Đánh Giá 4.62/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Sindhi Language Authority
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": "SLA Dictionary",
    "short_name": "SLA Dict",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi",
    "homepage_url": "http:\/\/dic.sindhila.edu.pk",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ]
}