Language Tools
Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.
Language Toolsとは何ですか?
Language Toolsはhttps://browsernative.comによって開発されたChromeの拡張機能で、その主な機能は「Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.」です。
拡張機能のスクリーンショット
Language Tools拡張機能のCRXファイルをダウンロード
Language Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily search selected text on Google Dictionary and PowerThesaurus. Translate selected text and web pages using Google Translate. Users can also set their preferred language to translate. Extension by BrowserNative. Not created by or affiliated with Google or PowerThesaurus.com.
拡張機能の基本情報
名前 | Language Tools |
ID | ehaplickepiebdimlmbgecbbinldehgn |
公式URL | https://chromewebstore.google.com/detail/language-tools/ehaplickepiebdimlmbgecbbinldehgn |
説明 | Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button. |
ファイルサイズ | 8.94 KB |
インストール数 | 2,000 |
現在のバージョン | 1.1.0 |
最終更新日 | 2023-11-27 |
公開日 | 2022-02-15 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | https://browsernative.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://browsernative.com/language-tools/ |
ヘルプページのURL | https://browsernative.com/language-tools/ |
プライバシーポリシーページのURL | https://browsernative.com/extensions-privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Language Tools", "description": "Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.", "version": "1.1.0", "manifest_version": 3, "background": { "service_worker": "sw.js" }, "icons": { "128": "icons\/128.png", "48": "icons\/48.png" }, "action": { "default_icon": { "128": "icons\/128.png", "48": "icons\/48.png" }, "default_title": "Translate This Page" }, "permissions": [ "activeTab", "storage", "contextMenus" ], "options_ui": { "page": "\/options\/options.html", "open_in_tab": true }, "homepage_url": "https:\/\/browsernative.com\/language-tools\/" } |