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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον yoavdevacc, και η κύρια λειτουργία του είναι "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".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Morfix Translator
Λήψη αρχείων επέκτασης 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 } |