STranslate

翻譯增強工具。4xDev(4-x.tw)

What is STranslate?

STranslate is a Chrome extension developed by 4-x.tw, and its main feature is "翻譯增強工具。4xDev(4-x.tw)".

Extension Screenshots

screenshot

Download STranslate Extension CRX File

Download STranslate 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

                        這是一款實用的翻譯工具。
選取欲翻譯之文字或句子,透過右鍵選單選擇「透過 STranslate 翻譯」即可進行翻譯內容。
翻譯內容將會自動換行功能,提升翻譯整段句子易讀性 : )

操作方式:「選取文字或句子→右鍵→翻譯」。

附註:
亦適用於 PDF 翻譯,請先將 PDF 透過瀏覽器開啟,選取欲翻譯之文字或句子,透過右鍵選單選擇「透過 STranslate 翻譯」即可進行翻譯內容。

*擴充功能已更新至 Manifest V3                    

Extension Basic Information

Name STranslate STranslate
ID clfmalnbdlcacolgicedeobcpaggdpla
Official URL https://chromewebstore.google.com/detail/stranslate/clfmalnbdlcacolgicedeobcpaggdpla
Description 翻譯增強工具。4xDev(4-x.tw)
File Size 6.5 KB
Installation Count 79
Current Version 3.0
Last Updated 2022-07-09
Publish Date 2020-03-14
Developer 4-x.tw
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "STranslate",
    "short_name": "STranslate Tool",
    "description": "\u7ffb\u8b6f\u589e\u5f37\u5de5\u5177\u30024xDev(4-x.tw)",
    "version": "3.0",
    "action": {
        "default_title": "STranslate",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus"
    ]
}