Fast Translator

Fast-Translator is a Chrome extension that uses the OpenAI API and Google Translate API for translation.

What is Fast Translator?

Fast Translator is a Chrome extension developed by Coderlife, and its main feature is "Fast-Translator is a Chrome extension that uses the OpenAI API and Google Translate API for translation.".

Extension Screenshots

screenshot
screenshot

Download Fast Translator Extension CRX File

Download Fast Translator 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

                        Fast-Translator is a Chrome extension that uses the OpenAI API and Google Translate API for translation, It also includes functions such as Analyze, polish, and summarize.                    

Extension Basic Information

Name Fast Translator Fast Translator
ID bjheadhaeajgaajiifmmjcljcdiecpng
Official URL https://chromewebstore.google.com/detail/fast-translator/bjheadhaeajgaajiifmmjcljcdiecpng
Description Fast-Translator is a Chrome extension that uses the OpenAI API and Google Translate API for translation.
File Size 10.81 MB
Installation Count 36
Current Version 1.2.1
Last Updated 2023-06-04
Publish Date 2023-04-18
Rating 5.00/5 Total 1 Ratings
Developer Coderlife
Email [email protected]
Payment Type free
Privacy Policy Page URL https://wenus.pixocial.com/h5/projects/5dfa0b7f333347b98384b97dd660ea77
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fast Translator",
    "description": "Fast-Translator is a Chrome extension that uses the OpenAI API and Google Translate API for translation.",
    "version": "1.2.1",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "options_page": "options.html",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/content_script\/index.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background\/index.js"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "options.html"
            ],
            "matches": [
                ""
            ],
            "target": "window"
        }
    ],
    "host_permissions": [
        "https:\/\/*.openai.com\/",
        "https:\/\/*.openai.azure.com\/",
        "https:\/\/translation.googleapis.com\/",
        "https:\/\/athena.appwheel.com\/",
        "https:\/\/v2.lab.pixocial.com\/",
        "https:\/\/accounts.google.com\/"
    ]
}