fast translation

Quick Translation is an excellent and efficient web page translation tool.

fast translationとは何ですか?

fast translationはqinliaaasnowによって開発されたChromeの拡張機能で、その主な機能は「Quick Translation is an excellent and efficient web page translation tool.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Quick Translation is an excellent and efficient web page translation tool that supports automatic translation recognition, Chinese will be translated into English, English will be translated into Chinese, and word search is supported.Click the search Icon, and you will jump to the search results page of www.baidu.com                    

拡張機能の基本情報

名前 fast translation fast translation
ID pcnkjejanajnokpmehdffdnahhbibblh
公式URL https://chromewebstore.google.com/detail/fast-translation/pcnkjejanajnokpmehdffdnahhbibblh
説明 Quick Translation is an excellent and efficient web page translation tool.
ファイルサイズ 212 KB
インストール数 10,930
現在のバージョン 5.1.0
最終更新日 2022-12-25
公開日 2022-11-19
開発者 qinliaaasnow
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "fast translation",
    "version": "5.1.0",
    "description": "Quick Translation is an excellent and efficient web page translation tool.",
    "author": "ftor",
    "manifest_version": 3,
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/extension-icon-x16.png",
            "32": "icons\/extension-icon-x32.png",
            "48": "icons\/extension-icon-x48.png",
            "128": "icons\/extension-icon-x128.png"
        }
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "icons": {
        "16": "icons\/extension-icon-x16.png",
        "32": "icons\/extension-icon-x32.png",
        "48": "icons\/extension-icon-x48.png",
        "128": "icons\/extension-icon-x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "css": [
                "css\/contentscript.css"
            ]
        }
    ]
}