Google Translate in Sidepanel

Open Google Translate in sidepanel

Google Translate in Sidepanel là gì?

Google Translate in Sidepanel là một tiện ích mở rộng Chrome được phát triển bởi agtranslate, và tính năng chính của nó là "Open Google Translate in sidepanel".

Ả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 Google Translate in Sidepanel

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

                        Translate the selected text or the entire webpage
Translate image
Translate document
Chat with GPT                    

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

Tên Google Translate in Sidepanel Google Translate in Sidepanel
ID lopnbnfpjmgpbppclhclehhgafnifija
URL Chính Thức https://chromewebstore.google.com/detail/google-translate-in-sidep/lopnbnfpjmgpbppclhclehhgafnifija
Mô tả Open Google Translate in sidepanel
Kích Thước Tệp 4.94 MB
Số Lần Cài Đặt 85,464
Phiên Bản Hiện Tại 4.0.5
Cập Nhật Lần Cuối 2024-01-10
Ngày Phát Hành 2022-05-10
Đánh Giá 4.00/5 Tổng số 22 Đánh Giá
Nhà Phát Triển agtranslate
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.aginnov.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Translate in Sidepanel",
    "description": "Open Google Translate in sidepanel",
    "options_page": "options.html",
    "default_locale": "en",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "img\/icon-38.png"
    },
    "icons": {
        "128": "img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "all_frames": false
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "droppanel.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "tabs",
        "scripting",
        "sidePanel"
    ],
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "host_permissions": [
        ""
    ],
    "commands": {
        "CMD_DOWNLOAD_CURRENT_TAB": {
            "suggested_key": "Alt+T",
            "description": "Translate current page"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "img\/*.png",
                "img\/*.jpg",
                "aiscripts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "4.0.5"
}