Google Translate in Sidepanel

Open Google Translate in sidepanel

Google Translate in Sidepanelとは何ですか?

Google Translate in Sidepanelはagtranslateによって開発されたChromeの拡張機能で、その主な機能は「Open Google Translate in sidepanel」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Translate the selected text or the entire webpage
Translate image
Translate document
Chat with GPT                    

拡張機能の基本情報

名前 Google Translate in Sidepanel Google Translate in Sidepanel
ID lopnbnfpjmgpbppclhclehhgafnifija
公式URL https://chromewebstore.google.com/detail/google-translate-in-sidep/lopnbnfpjmgpbppclhclehhgafnifija
説明 Open Google Translate in sidepanel
ファイルサイズ 4.94 MB
インストール数 85,464
現在のバージョン 4.0.5
最終更新日 2024-01-10
公開日 2022-05-10
評価 4.00/5 合計 22 レビュー
開発者 agtranslate
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.aginnov.com/privacy.html
対応言語 id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Translate in Sidepanel",
    "description": "Open Google Translate in sidepanel",
    "options_page": "options.html",
    "default_locale": "en",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "img\/icon-38.png"
    },
    "icons": {
        "128": "img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "all_frames": false
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "droppanel.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "tabs",
        "scripting",
        "sidePanel"
    ],
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "host_permissions": [
        ""
    ],
    "commands": {
        "CMD_DOWNLOAD_CURRENT_TAB": {
            "suggested_key": "Alt+T",
            "description": "Translate current page"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "img\/*.png",
                "img\/*.jpg",
                "aiscripts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "4.0.5"
}