Translate Panel

Translate quickly and easily into any language for web pages and PDF.

Translate Panelとは何ですか?

Translate Panelはrogramkoによって開発されたChromeの拡張機能で、その主な機能は「Translate quickly and easily into any language for web pages and PDF.」です。

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

screenshot
screenshot
screenshot
screenshot

Translate Panel拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Translate quickly and easily into the language you want with one click, without having to switch to different tabs.                    

拡張機能の基本情報

名前 Translate Panel Translate Panel
ID aflonaimcbagfddjbkpbldnpemapkcdk
公式URL https://chromewebstore.google.com/detail/translate-panel/aflonaimcbagfddjbkpbldnpemapkcdk
説明 Translate quickly and easily into any language for web pages and PDF.
ファイルサイズ 25.34 KB
インストール数 11
現在のバージョン 1.1
最終更新日 2022-08-01
公開日 2022-06-28
評価 5.00/5 合計 3 レビュー
開発者 rogramko
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/rogramko/Translate-Panel
ヘルプページのURL https://github.com/rogramko/Translate-Panel
対応言語 en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "1.1",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "tpBackground.js"
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "tpContent.js"
            ]
        }
    ],
    "icons": {
        "48": "48.png",
        "128": "128.png",
        "512": "512.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "128-white.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}