Translating with Papago
An extension that utilizes Naver's Papago translation engine.
Translating with Papago란 무엇입니까?
Translating with Papago은(는) perrylohmann에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that utilizes Naver's Papago translation engine."입니다.
확장 프로그램 스크린샷
Translating with Papago 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension uses Naver's Papago translation service to translate text through the toolbar popup or directly on web pages. When highlighting text on web pages, clicking the icon that appears will instantly show you it's translation. If you don't like this functionality, there are settings for restricting when this icon displays while you are web browsing. Alternatively, you can use the toolbar popup to quickly translate text. 13 languages are supported through Papago's AI translation service, along with automatic language detection. Translating entire web pages is also possible, just by clicking "Translate this page" within the context menu.
확장 프로그램 기본 정보
이름 | |
ID | kjlcghnjglnjdagnpdhphkbljflodhda |
공식 URL | https://chrome.google.com/webstore/detail/translating-with-papago/kjlcghnjglnjdagnpdhphkbljflodhda |
설명 | An extension that utilizes Naver's Papago translation engine. |
파일 크기 | 90.13 KB |
설치 횟수 | 10,310 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2022-11-03 |
출시 날짜 | 2022-11-03 |
평점 | 2.63/5 총 16 개의 평점 |
개발자 | perrylohmann |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,es,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Joe Lohmann", "background": { "service_worker": "background\/background.js", "type": "module" }, "action": { "default_icon": { "512": "icons\/512.png", "128": "icons\/128.png", "64": "icons\/64.png", "48": "icons\/48.png", "38": "icons\/38.png", "32": "icons\/32.png", "19": "icons\/19.png", "16": "icons\/16.png" }, "default_title": "Papago Translator", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "all_frames": true, "matches": [ " |