Linguee Context Menu
A chrome plugin witch provides a context menu for easy linguee searches
Linguee Context Menu란 무엇입니까?
Linguee Context Menu은(는) addyi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome plugin witch provides a context menu for easy linguee searches"입니다.
확장 프로그램 스크린샷
Linguee Context Menu 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a chrome plugin which provides a context menu for easy Linguee Translator searches. This plugin is unofficial and has no connection to the firm behind Linguee.
확장 프로그램 기본 정보
이름 | Linguee Context Menu |
ID | agcillhniodhhnjmmigkgpbeodnclmmp |
공식 URL | https://chromewebstore.google.com/detail/linguee-context-menu/agcillhniodhhnjmmigkgpbeodnclmmp |
설명 | A chrome plugin witch provides a context menu for easy linguee searches |
파일 크기 | 78.15 KB |
설치 횟수 | 2,985 |
현재 버전 | 1.5.1 |
최근 업데이트 | 2019-05-01 |
출시 날짜 | 2019-05-01 |
평점 | 4.44/5 총 9 개의 평점 |
개발자 | addyi |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/addyi/linguee-chrome-plugin |
도움말 페이지 URL | https://github.com/addyi/linguee-chrome-plugin |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linguee Context Menu", "author": "addyi", "homepage_url": "https:\/\/github.com\/addyi\/linguee-chrome-plugin", "version": "1.5.1", "manifest_version": 2, "description": "A chrome plugin witch provides a context menu for easy linguee searches", "permissions": [ "contextMenus", "storage" ], "offline_enabled": false, "browser_action": { "default_icon": "img\/pluginIcon128.png", "default_popup": "popup.html", "default_title": "Linguee Context Menu" }, "icons": { "16": "img\/pluginIcon16.png", "32": "img\/pluginIcon32.png", "48": "img\/pluginIcon48.png", "64": "img\/pluginIcon64.png", "128": "img\/pluginIcon128.png", "256": "img\/pluginIcon256.png", "512": "img\/pluginIcon512.png" }, "background": { "scripts": [ "setup.js", "contextAction.js" ] } } |