One click translate

Translate your selected text with Google Translate in one click.

Τι είναι το One click translate;

Το One click translate είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://zinlab.com, και η κύρια λειτουργία του είναι "Translate your selected text with Google Translate in one click.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης One click translate

Λήψη αρχείων επέκτασης One click translate σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        One click translate is a straightforward extension that allows you to translate the selected text using Google Translate whenever you want.

How it works
Select some text from any website, right-click and select which language you want to translate. The extension will pop up a designated window to show you the result.

Language Settings
You can add more languages or change the language-translation order in the setting menu, or change the way you want to open the translation window.

Use of permissions:
One click translate requires two permissions upon installation:
1. Storage - (Used to store Translation settings)
2. ContextMenus - Add multiple languages in your  right-click menu

Data Privacy Policy
We do not track any of your data, period.
We do not track any extension usage
The only data that we store is your storage data. You save this data to your local browser storage. We never touch or see this data. This data is exclusively stored inside your browser.
The same goes for your settings - your settings are saved solely inside your browser.

Trademark
Google Translate is a trademark of Google Inc. This extension is only redirect you to Google translate web page regarding your selected text                    

Βασικές Πληροφορίες Επέκτασης

Όνομα One click translate One click translate
ID lkdbkiggalhffmapafobkmjadhhlopig
Επίσημο URL https://chromewebstore.google.com/detail/one-click-translate/lkdbkiggalhffmapafobkmjadhhlopig
Περιγραφή Translate your selected text with Google Translate in one click.
Μέγεθος Αρχείου 196 KB
Αριθμός Εγκαταστάσεων 8,135
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-06-19
Ημερομηνία Δημοσίευσης 2021-06-19
Αξιολόγηση 4.49/5 Συνολικά 70 Αξιολογήσεις
Προγραμματιστής https://zinlab.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "short_name": "__MSG_short_name__",
    "version": "1.0",
    "default_locale": "en",
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "js\/status.js"
            ],
            "matches": [
                "*:\/\/zinlab.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/script.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "32": "icons\/translate-32.png",
            "64": "icons\/translate-64.png"
        },
        "default_popup": "options.html",
        "default_title": "__MSG_name__"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "icons\/translate-16.png",
        "32": "icons\/translate-32.png",
        "64": "icons\/translate-64.png",
        "128": "icons\/translate-128.png"
    },
    "manifest_version": 2
}