Free Translator
Translate your to over 50 different languages for free!
Free Translator란 무엇입니까?
Free Translator은(는) Extension City에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Translate your to over 50 different languages for free!"입니다.
확장 프로그램 스크린샷
Free Translator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Free Translator is a sophisticated translation extension product which’s able to easily translate over 55 languages (incl. English, German, Italian, French, Japanese, Chinese, Spanish, Russian, Arabic, Portuguese and Hebrew). Privacy: http://extensioncity.com/privacy/ EULA: http://extensioncity.com/eula/
확장 프로그램 기본 정보
이름 | |
ID | mkobfhdjmmcbcibmjbnbmiflpgpcnaoe |
공식 URL | https://chrome.google.com/webstore/detail/free-translator/mkobfhdjmmcbcibmjbnbmiflpgpcnaoe |
설명 | Translate your to over 50 different languages for free! |
파일 크기 | 350 KB |
설치 횟수 | 758 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2019-10-30 |
출시 날짜 | 2019-10-30 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | Extension City |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | http://extensioncity.com/privacy/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Free Translator", "version": "1.0.0", "manifest_version": 2, "author": "Extension City", "homepage_url": "http:\/\/www.extensioncity.com", "description": "Translate your to over 50 different languages for free!", "web_accessible_resources": [ "js\/vendor\/*", "js\/*", "css\/vendor\/*", "css\/themes\/*", "css\/*", "panel.html", "images\/*.png" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "content_scripts": [ { "js": [ "js\/vendor\/jquery.js" ], "css": [], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "chrome:\/\/favicon\/", "tabs", "history", "storage", "activeTab", "bookmarks" ] } |