Fast Translator

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

Fast Translatorとは何ですか?

Fast TranslatorはCoderlifeによって開発されたChromeの拡張機能で、その主な機能は「Fast-Translator is a Chrome extension that uses the OpenAI API and Google Translate API for translation.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Fast Translator拡張機能のCRXファイルをダウンロード

Fast Translator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Fast Translator Fast Translator
ID bjheadhaeajgaajiifmmjcljcdiecpng
公式URL https://chromewebstore.google.com/detail/fast-translator/bjheadhaeajgaajiifmmjcljcdiecpng
説明 Fast-Translator is a Chrome extension that uses the OpenAI API and Google Translate API for translation.
ファイルサイズ 10.81 MB
インストール数 36
現在のバージョン 1.2.1
最終更新日 2023-06-04
公開日 2023-04-18
評価 5.00/5 合計 1 レビュー
開発者 Coderlife
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://wenus.pixocial.com/h5/projects/5dfa0b7f333347b98384b97dd660ea77
対応言語 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\/"
    ]
}