SDeepL
翻譯增強工具。4xDev(4-x.tw)
What is SDeepL?
SDeepL is a Chrome extension developed by 4-x.tw, and its main feature is "翻譯增強工具。4xDev(4-x.tw)".
Extension Screenshots
Download SDeepL Extension CRX File
Download SDeepL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
這是一款實用的翻譯工具。 選取欲翻譯之文字或句子,透過右鍵選單選擇「透過 SDeepL 翻譯」即可進行翻譯內容。 翻譯內容將會自動換行功能,提升翻譯整段句子易讀性 : ) 操作方式:「選取文字或句子→右鍵→翻譯」。 附註: 亦適用於 PDF 翻譯,請先將 PDF 透過瀏覽器開啟,選取欲翻譯之文字或句子,透過右鍵選單選擇「透過 SDeepL 翻譯」即可進行翻譯內容。 *擴充功能已更新至 Manifest V3
Extension Basic Information
Name | SDeepL |
ID | mmnalgcgfjpmpfcdcnmnloplfnfpdfcj |
Official URL | https://chromewebstore.google.com/detail/sdeepl/mmnalgcgfjpmpfcdcnmnloplfnfpdfcj |
Description | 翻譯增強工具。4xDev(4-x.tw) |
File Size | 7.05 KB |
Installation Count | 36 |
Current Version | 3.0 |
Last Updated | 2022-07-09 |
Publish Date | 2020-12-22 |
Rating | 4.50/5 Total 2 Ratings |
Developer | 4-x.tw |
[email protected] | |
Payment Type | free |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SDeepL", "short_name": "SDeepL", "description": "\u7ffb\u8b6f\u589e\u5f37\u5de5\u5177\u30024xDev(4-x.tw)", "version": "3.0", "action": { "default_title": "SDeepL", "default_icon": "icon.png" }, "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus" ] } |