LEO.org simple translator
Easily translate words from any website within your browser — with auto-focus!
LEO.org simple translator란 무엇입니까?
LEO.org simple translator은(는) FastMediaPublisihing에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily translate words from any website within your browser — with auto-focus!"입니다.
확장 프로그램 스크린샷
LEO.org simple translator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An easy popup to translate words on the fly. With auto-focus on the search field and relocating the ads to be less disturbing for this experience. No own ads injected! Minimal required permissions needed! This extension uses leo.org! /////////////////////////////////////////////////////// //// //// I AM NOT AFFILIATED WITH LEO.ORG //// THEY MAY CHANGE THEIR PAGE BAHAVIOUR AT ANY TIME //// NO GUARANTUEE //// /////////////////////////////////////////////////////// CHANGELOG -------------------------- v0.3 - updated ffor the new page v0.2 - Added Icons - Updated to reflect the new mobile page of leo.org
확장 프로그램 기본 정보
이름 | LEO.org simple translator |
ID | deaclfigjkibbihdmbbgehagajpfbkmi |
공식 URL | https://chromewebstore.google.com/detail/leoorg-simple-translator/deaclfigjkibbihdmbbgehagajpfbkmi |
설명 | Easily translate words from any website within your browser — with auto-focus! |
파일 크기 | 64.77 KB |
설치 횟수 | 230 |
현재 버전 | 0.3 |
최근 업데이트 | 2017-10-31 |
출시 날짜 | 2017-10-31 |
평점 | 4.60/5 총 5 개의 평점 |
개발자 | FastMediaPublisihing |
결제 유형 | free |
지원되는 언어 | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "js": [ "jquery.js", "inject.js" ], "matches": [ "http:\/\/pda.leo.org\/*" ], "run_at": "document_idle" } ], "description": "Easily translate words from any website within your browser \u2014 with auto-focus!", "icons": { "128": "images\/128x128.png", "16": "images\/16x16.png", "48": "images\/48x48.png" }, "manifest_version": 2, "name": "LEO.org simple translator", "version": "0.3", "web_accessible_resources": [ "popup.html" ] } |