Whatsapp翻译辅助
翻译、客户标签辅助插件,跨境达摩院技术支持!
Whatsapp翻译辅助란 무엇입니까?
Whatsapp翻译辅助은(는) 跨境达摩院-Ray에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "翻译、客户标签辅助插件,跨境达摩院技术支持!"입니다.
확장 프로그램 스크린샷
Whatsapp翻译辅助 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
在WhatsApp中翻译、并对whatsapp客户进行打标签辅助插件,跨境达摩院技术支持!
확장 프로그램 기본 정보
이름 | Whatsapp翻译辅助 |
ID | lhghockhchglhnacnjjbhkblgmaokfnh |
공식 URL | https://chromewebstore.google.com/detail/whatsapp%E7%BF%BB%E8%AF%91%E8%BE%85%E5%8A%A9/lhghockhchglhnacnjjbhkblgmaokfnh |
설명 | 翻译、客户标签辅助插件,跨境达摩院技术支持! |
파일 크기 | 85.28 KB |
설치 횟수 | 29 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2023-06-18 |
출시 날짜 | 2023-05-30 |
개발자 | 跨境达摩院-Ray |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Whatsapp\u7ffb\u8bd1\u8f85\u52a9", "version": "1.0.4", "author": "[email protected]", "description": "\u7ffb\u8bd1\u3001\u5ba2\u6237\u6807\u7b7e\u8f85\u52a9\u63d2\u4ef6\uff0c\u8de8\u5883\u8fbe\u6469\u9662\u6280\u672f\u652f\u6301\uff01", "icons": { "128": "img\/logo.png", "48": "img\/logo.png", "16": "img\/logo.png" }, "action": { "default_popup": "html\/popup.html", "default_title": "\u8de8\u5883\u8fbe\u6469\u9662\u6280\u672f\u652f\u6301\uff01" }, "permissions": [ "contextMenus", "storage", "notifications" ], "background": { "service_worker": "js\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "js\/content.js" ], "all_frames": true, "css": [], "run_at": "document_end" } ], "host_permissions": [ "https:\/\/damo.api.shoesupplier.cn\/*", "https:\/\/fanyi-api.baidu.com\/api\/*" ], "omnibox": { "keyword": "damo" }, "commands": { "translate_text": { "suggested_key": { "default": "Alt+P", "mac": "Alt+P" }, "description": "translate text" } } } |