火山翻译 - 划词和网页翻译

字节跳动出品,开箱即用免配置,完全免费无广告

火山翻译 - 划词和网页翻译とは何ですか?

火山翻译 - 划词和网页翻译はvolctransによって開発されたChromeの拡張機能で、その主な機能は「字节跳动出品,开箱即用免配置,完全免费无广告」です。

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

screenshot
screenshot
screenshot
screenshot

火山翻译 - 划词和网页翻译拡張機能のCRXファイルをダウンロード

火山翻译 - 划词和网页翻译拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        - Volctrans entension from Bytedance. 
- Webpage translation, on-the-fly word translation and dictionary.
- Add words/translations to My Word List.
- Ads-free and completely free of charge.                    

拡張機能の基本情報

名前 火山翻译 - 划词和网页翻译 火山翻译 - 划词和网页翻译
ID klgfhbiooeogdfodpopgppeadghjjemk
公式URL https://chromewebstore.google.com/detail/%E7%81%AB%E5%B1%B1%E7%BF%BB%E8%AF%91-%E5%88%92%E8%AF%8D%E5%92%8C%E7%BD%91%E9%A1%B5%E7%BF%BB%E8%AF%91/klgfhbiooeogdfodpopgppeadghjjemk
説明 字节跳动出品,开箱即用免配置,完全免费无广告
ファイルサイズ 7.18 MB
インストール数 31,172
現在のバージョン 2.5.2
最終更新日 2023-11-10
公開日 2019-08-08
評価 4.15/5 合計 46 レビュー
開発者 volctrans
支払い方法 free
拡張機能のウェブサイト https://translate.volcengine.com/
ヘルプページのURL https://translate.volcengine.com/
プライバシーポリシーページのURL https://translate.volcengine.com/agreement
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u5b57\u8282\u8df3\u52a8\u51fa\u54c1\uff0c\u5f00\u7bb1\u5373\u7528\u514d\u914d\u7f6e\uff0c\u5b8c\u5168\u514d\u8d39\u65e0\u5e7f\u544a",
    "name": "\u706b\u5c71\u7ffb\u8bd1 - \u5212\u8bcd\u548c\u7f51\u9875\u7ffb\u8bd1",
    "manifest_version": 3,
    "version": "2.5.2",
    "author": "\u706b\u5c71\u7ffb\u8bd1 ",
    "homepage_url": "https:\/\/translate.volcengine.com\/translate",
    "default_locale": "zh_CN",
    "icons": {
        "16": "assets\/logo.icon-only.png",
        "48": "assets\/logo.icon-only.png",
        "128": "assets\/logo.icon-only.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "styles\/*",
                "fonts\/*",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "alarms",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "\u706b\u5c71\u7ffb\u8bd1 - \u5212\u8bcd\u548c\u7f51\u9875\u7ffb\u8bd1",
        "default_icon": "assets\/logo.icon-only.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "commands": {
        "z_use_eager": {
            "suggested_key": {
                "default": "Alt+Shift+E"
            },
            "description": "__MSG_eager_hotkey_describe__"
        },
        "use_text_input_box": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            },
            "description": "__MSG_text_input_hotkey_describe__"
        },
        "use_web_trans": {
            "suggested_key": {
                "mac": "Alt+Shift+T",
                "default": "Alt+Shift+W"
            },
            "description": "__MSG_web_trans_hotkey_describe__"
        },
        "use_show_result": {
            "suggested_key": {
                "default": "Alt+Shift+Z"
            },
            "description": "__MSG_show_result_hotkey_describe__"
        }
    }
}