Translate

A Google Chrome extension which can translate words and sentences into different languages.

什麼是Translate?

Translate是由Sparsh開發的Chrome擴展程式,該擴展的主要功能是“A Google Chrome extension which can translate words and sentences into different languages.”。

擴展截圖

screenshot
screenshot
screenshot

下載Translate擴展crx文件

下載Translate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Browsing the internet or reading a blog and don't know the meaning of a word or sentence? Just select any text and press a right-click on any webpage and translate it in your preferred language on the same page using Translate.

Translate is a utility powered by google translator that enables you to translate any word or sentence on the fly without leaving your current page.

# Features- 
* Free.
* No account needed.
* Fast.Lightweight.
* Simple and easy to use.
* Can translate the word from any language.
* Shows the translation on the page itself.
* Supports 134 languages.
* Doesn't collect any data in the background.
* Powered by Google Translate.                    

擴展基本資訊

名稱 Translate Translate
ID ejjohjoianmepamafhpdbbaghdjkfeoe
官方網址 https://chromewebstore.google.com/detail/translate/ejjohjoianmepamafhpdbbaghdjkfeoe
簡介 A Google Chrome extension which can translate words and sentences into different languages.
檔案大小 502 KB
安裝次數 2,340
目前版本 1.60.134
更新時間 2023-01-21
上架時間 2020-06-20
評分 4.61/5 共 23 次評分
開發者 Sparsh
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.linkedin.com/in/sparsh-pipley-6ab0b1a4/
說明頁面URL https://www.linkedin.com/in/sparsh-pipley-6ab0b1a4/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Translate",
    "description": "A Google Chrome extension which can translate words and sentences into different languages.",
    "version": "1.60.134",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/content.js",
                ".\/js\/jquery-3.5.0.min.js",
                ".\/js\/popup.js",
                ".\/js\/materialize.min.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "icons": {
        "16": "images\/translate-16x16.png",
        "48": "images\/translate-48x48.png",
        "128": "images\/translate-128x128.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/translate-19x19.png",
            "38": "images\/translate-38x38.png"
        },
        "default_title": "Translate: click to know how to use.",
        "default_popup": "popup.html"
    },
    "offline_enabled": false,
    "homepage_url": "https:\/\/www.linkedin.com\/in\/sparsh-pipley-6ab0b1a4\/"
}