Fat Cat Translate
Fat Cat translation, one-stop word translation extension, support Baidu Tencent translation services
Fat Cat Translateとは何ですか?
Fat Cat Translateはtomxuxuによって開発されたChromeの拡張機能で、その主な機能は「Fat Cat translation, one-stop word translation extension, support Baidu Tencent translation services」です。
拡張機能のスクリーンショット
Fat Cat Translate拡張機能のCRXファイルをダウンロード
Fat Cat Translate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
one-stop word translation extension, support Baidu Tencent translation services
拡張機能の基本情報
名前 | Fat Cat Translate |
ID | nihednpmnhkdenfddcaajcakhngchanp |
公式URL | https://chromewebstore.google.com/detail/fat-cat-translate/nihednpmnhkdenfddcaajcakhngchanp |
説明 | Fat Cat translation, one-stop word translation extension, support Baidu Tencent translation services |
ファイルサイズ | 330 KB |
インストール数 | 221 |
現在のバージョン | 2.1.0 |
最終更新日 | 2023-04-15 |
公開日 | 2023-04-15 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | tomxuxu |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://pictureknow.com/protocol |
対応言語 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "version": "2.1.0", "description": "__MSG_desc__", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/translate_content.js" ], "css": [ "css\/translate_content.css" ] } ], "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "icons\/icon128.png", "default_title": "__MSG_name__", "default_popup": "popup.html" }, "permissions": [ "alarms", "proxy", "tabs", "storage" ], "host_permissions": [ " |