Language Tools

Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.

什么是Language Tools?

Language Tools是由https://browsernative.com开发的Chrome扩展程序,该扩展的主要功能是“Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.”。

扩展截图

screenshot
screenshot
screenshot

下载Language Tools扩展crx文件

下载Language Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Easily search selected text on Google Dictionary and PowerThesaurus. Translate selected text and web pages using Google Translate. 
Users can also set their preferred language to translate.

Extension by BrowserNative. Not created by or affiliated with Google or PowerThesaurus.com.                    

扩展基本信息

名称 Language Tools Language Tools
ID ehaplickepiebdimlmbgecbbinldehgn
官方URL https://chromewebstore.google.com/detail/language-tools/ehaplickepiebdimlmbgecbbinldehgn
简介 Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.
文件大小 8.94 KB
安装次数 2,000
当前版本 1.1.0
更新时间 2023-11-27
上架时间 2022-02-15
评分 5.00/5 共4次评分
开发者 https://browsernative.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://browsernative.com/language-tools/
帮助页面URL https://browsernative.com/language-tools/
隐私政策页面URL https://browsernative.com/extensions-privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Language Tools",
    "description": "Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.",
    "version": "1.1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "sw.js"
    },
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png",
            "48": "icons\/48.png"
        },
        "default_title": "Translate This Page"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "options_ui": {
        "page": "\/options\/options.html",
        "open_in_tab": true
    },
    "homepage_url": "https:\/\/browsernative.com\/language-tools\/"
}