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 |
电子邮箱 | [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 } |