Dictar

Send website's URL to dictar.app for further processing.

Dictar là gì?

Dictar là một tiện ích mở rộng Chrome được phát triển bởi https://dictar.app, và tính năng chính của nó là "Send website's URL to dictar.app for further processing.".

Ả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 Dictar

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

                        Improve your listening skills in your target language by listening to a dictation. Use this extension to send the current URL to the dictar.app website.                    

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

Tên Dictar Dictar
ID bgpgnnmlppcmllbnckkjmfghkdgngibn
URL Chính Thức https://chromewebstore.google.com/detail/dictar/bgpgnnmlppcmllbnckkjmfghkdgngibn
Mô tả Send website's URL to dictar.app for further processing.
Kích Thước Tệp 11.46 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-06-22
Ngày Phát Hành 2020-06-21
Nhà Phát Triển https://dictar.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dictar.app/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dictar",
    "version": "1.1",
    "description": "Send website's URL to dictar.app for further processing.",
    "icons": {
        "48": "icons\/logo48.png",
        "96": "icons\/logo96.png"
    },
    "browser_action": {
        "default_icon": "icons\/logo32.png",
        "default_title": "Dictar"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "dictar.js"
        ]
    }
}