Translator
Translate selected text on web page in google translate
Translatorとは何ですか?
Translatorはpoqdevによって開発されたChromeの拡張機能で、その主な機能は「Translate selected text on web page in google translate」です。
拡張機能のスクリーンショット
Translator拡張機能のCRXファイルをダウンロード
Translator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you are want to translate some text on web page you just can right click on this text and choose "translate" and google translate site will be opened and your phrase will be translated.
拡張機能の基本情報
名前 | Translator |
ID | igmlicaoohkobcmkccokekdfidmbhpof |
公式URL | https://chromewebstore.google.com/detail/translator/igmlicaoohkobcmkccokekdfidmbhpof |
説明 | Translate selected text on web page in google translate |
ファイルサイズ | 108 KB |
インストール数 | 148 |
現在のバージョン | 0.8.1 |
最終更新日 | 2020-05-02 |
公開日 | 2020-05-01 |
開発者 | poqdev |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://poqdev.com/privacity |
対応言語 | en,ca,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Translator", "description": "Translate selected text on web page in google translate", "version": "0.8.1", "permissions": [ "contextMenus", "storage", "notifications" ], "icons": { "16": "icons\/translate-16.png", "32": "icons\/translate-32.png", "64": "icons\/translate-64.png", "128": "icons\/translate-128.png", "256": "icons\/translate-256.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "default_locale": "en" } |