Leo Inline Translator
Get Leo.de's definition of your highlighted word without leaving the page
Leo Inline Translator란 무엇입니까?
Leo Inline Translator은(는) billy.rennekamp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get Leo.de's definition of your highlighted word without leaving the page"입니다.
확장 프로그램 스크린샷
Leo Inline Translator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
확장 프로그램 기본 정보
이름 | |
ID | phhdeemmniimokjdhbigjahnmgebneik |
공식 URL | https://chrome.google.com/webstore/detail/leo-inline-translator/phhdeemmniimokjdhbigjahnmgebneik |
설명 | Get Leo.de's definition of your highlighted word without leaving the page |
파일 크기 | 139 KB |
설치 횟수 | 137 |
현재 버전 | 1.12 |
최근 업데이트 | 2015-12-27 |
출시 날짜 | 2015-12-27 |
평점 | 2.20/5 총 5 개의 평점 |
개발자 | billy.rennekamp |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://dict.leo.org |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Leo Inline Translator", "description": "Get Leo.de's definition of your highlighted word without leaving the page", "version": "1.12", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "pickle.css" ], "js": [ "js\/jquery.min.js", "pickle.js" ] } ], "background": { "persistant": false, "scripts": [ "build.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/", "https:\/\/ajax.googleapis.com\/", "contextMenus" ] } |