Fluent Translate

Extension for translating and memorizing words

What is Fluent Translate?

Fluent Translate is a Chrome extension developed by lexswed, and its main feature is "Extension for translating and memorizing words".

Extension Screenshots

screenshot
screenshot
screenshot

Download Fluent Translate Extension CRX File

Download Fluent Translate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Fluent Translate Fluent Translate
ID jbkaeigbknejjmhnkhmankagkfepncmn
Official URL https://chromewebstore.google.com/detail/fluent-translate/jbkaeigbknejjmhnkhmankagkfepncmn
Description Extension for translating and memorizing words
File Size 702 KB
Installation Count 85
Current Version 1.10.0
Last Updated 2022-02-06
Publish Date 2020-06-29
Developer lexswed
Email [email protected]
Payment Type free
Extension Website https://edge-translate.vercel.app/
Help Page URL https://edge-translate.vercel.app/
Supported Languages 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"
    ]
}