BabelFrog
Helps you learn a new language by translating selected text
BabelFrog란 무엇입니까?
BabelFrog은(는) https://babelfrog.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps you learn a new language by translating selected text"입니다.
확장 프로그램 스크린샷
BabelFrog 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A Google Chrome extension to help you learn a language as you browse the web. Uses Google Translate to translate the selected text. Unlike other similar extensions, it doesn't slow down your browser or compromise your security by injecting itself into EVERY PAGE YOU visit, instead allowing you to activate it on a page-by-page basis. To activate BabelFrog, simply open the page you'd like translated, then click on the BabelFrog icon, or press Ctrl+E (Command+E on Mac) on your keyboard. Doing this action a second time will bring up the BabelFrog settings panel, where you can set the languages you'd like to work in. After activating BabelFrog on a given page, any selected text will be instantly translated into the language you chose. Because links can be awkward to select without accidentally clicking them, BabelFrog will translate any link you click on while holding down the Alt key. Navigating away from the page, or even refreshing it, will reset BabelFrog, freeing up system resources.
확장 프로그램 기본 정보
이름 | BabelFrog |
ID | jnhmkblbgggfgeebimebebnkhgnagnpj |
공식 URL | https://chromewebstore.google.com/detail/babelfrog/jnhmkblbgggfgeebimebebnkhgnagnpj |
설명 | Helps you learn a new language by translating selected text |
파일 크기 | 1.8 MB |
설치 횟수 | 93 |
현재 버전 | 0.0.9 |
최근 업데이트 | 2019-04-20 |
출시 날짜 | 2019-04-20 |
평점 | 4.90/5 총 10 개의 평점 |
개발자 | https://babelfrog.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://babelfrog.com |
도움말 페이지 URL | http://babelfrog.com/help |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BabelFrog", "version": "0.0.9", "manifest_version": 2, "description": "Helps you learn a new language by translating selected text", "homepage_url": "http:\/\/github.com\/dergachev\/babelfrog", "icons": { "16": "icons\/frog16.png", "48": "icons\/frog48.png", "128": "icons\/frog128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/options_custom\/lib\/store.js", "src\/bg\/background.js" ], "persistent": false }, "options_page": "src\/options_custom\/index.html", "browser_action": { "default_icon": { "19": "icons\/frog19.png", "38": "icons\/frog38.png" }, "default_title": "BabelFrog" }, "permissions": [ "activeTab", "contextMenus", "https:\/\/translate.google.com\/*" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+E", "mac": "Command+E" } } } } |