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 |
官方網址 | 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 } |