Morfix Translator
Morfix Translator is here to save the manual labor of looking up a word, and it will do it for you just within a single click
Morfix Translatorとは何ですか?
Morfix Translatorはyoavdevaccによって開発されたChromeの拡張機能で、その主な機能は「Morfix Translator is here to save the manual labor of looking up a word, and it will do it for you just within a single click」です。
拡張機能のスクリーンショット
Morfix Translator拡張機能のCRXファイルをダウンロード
Morfix Translator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Translate words from English to Hebrew and vice versa in a new tab using Morfix with a Single Click
拡張機能の基本情報
名前 | Morfix Translator |
ID | iokfdpkjimlhkobipplfhkkeenbdfame |
公式URL | https://chromewebstore.google.com/detail/morfix-translator/iokfdpkjimlhkobipplfhkkeenbdfame |
説明 | Morfix Translator is here to save the manual labor of looking up a word, and it will do it for you just within a single click |
ファイルサイズ | 20.31 KB |
インストール数 | 296 |
現在のバージョン | 0.11 |
最終更新日 | 2021-02-18 |
公開日 | 2021-02-18 |
開発者 | yoavdevacc |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Morfix Translator", "version": "0.11", "permissions": [ "contextMenus" ], "description": "Morfix Translator is here to save the manual labor of looking up a word, and it will do it for you just within a single click", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "index.html" }, "manifest_version": 2 } |