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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}