Contextual translator
Select the text and click the right button to translate.
Τι είναι το Contextual translator;
Το Contextual translator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://n10.dev, και η κύρια λειτουργία του είναι "Select the text and click the right button to translate.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Contextual translator
Λήψη αρχείων επέκτασης Contextual translator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Impossible easier: - Select the text you want to translate. - Press the right mouse button. - You will get the translation in seconds. Context menu translator is a free software project. You can find the source code at: - https://github.com/edgarmiro/traductor-menu-contextual
Βασικές Πληροφορίες Επέκτασης
Όνομα | Contextual translator |
ID | lonkkphbooogeflneiinlchdpbjmipbn |
Επίσημο URL | https://chromewebstore.google.com/detail/contextual-translator/lonkkphbooogeflneiinlchdpbjmipbn |
Περιγραφή | Select the text and click the right button to translate. |
Μέγεθος Αρχείου | 41.25 KB |
Αριθμός Εγκαταστάσεων | 5,093 |
Τρέχουσα Έκδοση | 4.0 |
Τελευταία Ενημέρωση | 2023-12-18 |
Ημερομηνία Δημοσίευσης | 2020-03-21 |
Αξιολόγηση | 3.83/5 Συνολικά 54 Αξιολογήσεις |
Προγραμματιστής | https://n10.dev |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://n10.dev |
Υποστηριζόμενες Γλώσσες | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "4.0", "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "author": "Edgar Mir\u00f3", "homepage_url": "https:\/\/www.n10.dev", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "contextMenus" ], "offline_enabled": false, "options_page": "options.html", "background": { "service_worker": "background.js" } } |