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
Eメール [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"
    ]
}