1-Click Translator

A Translate Browser Extension

1-Click Translatorとは何ですか?

1-Click Translatorはhuling4uによって開発されたChromeの拡張機能で、その主な機能は「A Translate Browser Extension」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

1-Click Translator拡張機能のCRXファイルをダウンロード

1-Click Translator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A very simple Google browser plug-in, select the words or statements to be translated, and randomly obtain the query results from the free translation service provider.Support more than 16 translation engines, including Google, Baidu, etc.                    

拡張機能の基本情報

名前 1-Click Translator 1-Click Translator
ID ofbjheffhcmloemhpdlnnjhhfenidnap
公式URL https://chromewebstore.google.com/detail/1-click-translator/ofbjheffhcmloemhpdlnnjhhfenidnap
説明 A Translate Browser Extension
ファイルサイズ 571 KB
インストール数 24
現在のバージョン 0.24.01
最終更新日 2024-02-24
公開日 2022-11-22
開発者 huling4u
Eメール [email protected]
支払い方法 free
対応言語 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "Click the mouse to select words and sentences, and click the button to get the translation",
        "default_popup": "www\/index.html#\/options"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "assets\/content.css"
            ],
            "js": [
                "page-content-script.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "name": "1-Click Translator",
    "short_name": "1-Click Translator",
    "description": "A Translate Browser Extension",
    "version": "0.24.01"
}