Twitter Plus Deepl
Twitter + Deepl = No Language Gap
Twitter Plus Deepl란 무엇입니까?
Twitter Plus Deepl은(는) http://deepext.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Twitter + Deepl = No Language Gap"입니다.
확장 프로그램 스크린샷
Twitter Plus Deepl 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
One click to translate all your tweet into your language, use DeepL.com and Google translator. ✊ Features 👉 1. Click the browser icon, the high scored tweets will be translated by DeepL and append in your tweet. 🚀 2. CLICK to show the translated tweet provided by Google Translator. 🏝 Last Updates: 0.3.1 one-click to comment by translated content. 0.3.2 context menu to translate ✊ Let's make twitter into single language app, and have fun!
확장 프로그램 기본 정보
이름 | |
ID | iopfpnglacobbnilbfgebjikkhjlcpkm |
공식 URL | https://chrome.google.com/webstore/detail/twitter-plus-deepl/iopfpnglacobbnilbfgebjikkhjlcpkm |
설명 | Twitter + Deepl = No Language Gap |
파일 크기 | 758 KB |
설치 횟수 | 640 |
현재 버전 | 0.3.2 |
최근 업데이트 | 2021-08-15 |
출시 날짜 | 2021-06-30 |
평점 | 3.60/5 총 5 개의 평점 |
개발자 | http://deepext.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://deepext.com/twitter-plus-deepl |
도움말 페이지 URL | https://deepext.com/twitter-plus-deepl |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Plus Deepl", "version": "0.3.2", "description": "Twitter + Deepl = No Language Gap", "browser_action": { "default_title": "Twitter + Deepl = Single Language" }, "content_scripts": [ { "js": [ "content\/static\/js\/main.js" ], "matches": [ "https:\/\/*.twitter.com\/*", "https:\/\/*.deepext.com\/*" ] } ], "options_ui": { "chrome_style": false, "page": "popup\/index.html" }, "icons": { "16": "popup\/tpd-16.png", "48": "popup\/tpd-48.png", "128": "popup\/tpd-128.png" }, "background": { "page": "bg.html", "persistent": false }, "web_accessible_resources": [ "assets\/*", "popup\/index.html" ], "permissions": [ "storage", "cookies", "contextMenus", "https:\/\/deepext.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/*.googleapis.com 'unsafe-eval'; object-src 'self'; connect-src https:\/\/deepext.com\/ http:\/\/*.googleapis.com\/ https:\/\/ssl.google-analytics.com\/; style-src * 'unsafe-inline' 'self' blob:; img-src * 'self' data: https:;" } |