Fluent Translate

Extension for translating and memorizing words

什么是Fluent Translate?

Fluent Translate是由lexswed开发的Chrome扩展程序,该扩展的主要功能是“Extension for translating and memorizing words”。

扩展截图

screenshot
screenshot
screenshot

下载Fluent Translate扩展crx文件

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

扩展使用说明

                        Fluent Translate is a free, open-source, browser extension that helps you to translate unfamiliar words and phrases. While browsers are able to translate full page, extension allows you to keep reading the language you're learning, and only translate specific phrases you do not understand just yet.                    

扩展基本信息

名称 Fluent Translate Fluent Translate
ID jbkaeigbknejjmhnkhmankagkfepncmn
官方URL https://chromewebstore.google.com/detail/fluent-translate/jbkaeigbknejjmhnkhmankagkfepncmn
简介 Extension for translating and memorizing words
文件大小 702 KB
安装次数 85
当前版本 1.10.0
更新时间 2022-02-06
上架时间 2020-06-29
开发者 lexswed
电子邮箱 [email protected]
付费类型 free
扩展官网 https://edge-translate.vercel.app/
帮助页面URL https://edge-translate.vercel.app/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fluent Translate",
    "version": "1.10.0",
    "manifest_version": 2,
    "description": "Extension for translating and memorizing words",
    "icons": {
        "16": "\/assets\/icons\/icon-16.png",
        "32": "\/assets\/icons\/icon-32.png",
        "48": "\/assets\/icons\/icon-48.png",
        "64": "\/assets\/icons\/icon-64.png",
        "128": "\/assets\/icons\/icon-128.png",
        "256": "\/assets\/icons\/icon-256.png",
        "512": "\/assets\/icons\/icon-512.png"
    },
    "browser_action": {
        "default_popup": "\/popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content\/content.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "\/background\/background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage",
        "http:\/\/localhost\/*"
    ],
    "web_accessible_resources": [
        "\/assets\/icons\/icon-128.png",
        "\/assets\/icons\/icon-16.png",
        "\/assets\/icons\/icon-256.png",
        "\/assets\/icons\/icon-32.png",
        "\/assets\/icons\/icon-48.png",
        "\/assets\/icons\/icon-512.png",
        "\/assets\/icons\/icon-64.png",
        "\/assets\/icons\/icon.svg"
    ]
}