Bar Translate

Jump to the address bar, type 't', press space or tab, and start typing things like 'fr Hello' or 'en Bonjour'

Τι είναι το Bar Translate;

Το Bar Translate είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον maximelebreton, και η κύρια λειτουργία του είναι "Jump to the address bar, type 't', press space or tab, and start typing things like 'fr Hello' or 'en Bonjour'".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Bar Translate

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

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

                        Bar Translate is a Chrome Extension which allows you to translate anything and in any language directly in the address bar (also called Omnibox).

1. Jump to address bar (omnibox)
2. Type 't', and press space or tab
3. (optional) Prefix your query with any ISO language code
   You can also use the '>' operator to specify source and target 

And get the translation as you type!

Examples:
"hello" => "bonjour" (takes the browser language by default, French for this example)
"en bonjour" => "hello" (English)
"es hello"=> "holà" (Spanish)
"zh hello"=> "你好" (Chinese simplified)
"en>es four" => "cuatro" (from English into Spanish)
"fr>es four" => "horno" (from French into Spanish)

Quick tour (animated Gif!): 
https://raw.githubusercontent.com/maximelebreton/Bar-Translate/images/tour.gif

To retrieve a code language, just start typing its English name, for example if you type "chi", it will suggest "Chinese simplified (zh)", and "Chinese traditionnal (zh-TW)"

Features:
- instant translating
- everything happens in the address bar / omnibox (you can translate anything without leaving your current tab)
- support ~100 languages
- uses Google Translate API (Yandex and Bing coming soon!)
- the default translate language is your browser language
- language auto-completion (to find quickly its ISO code)
- specify source and target language with the '>' operator
- right click context menu, to translate text selection (translation appears in a native notification, so you don't have to leave your current tab!)

Bar Translate is Open Source, with a "Try > ♥ > Buy" pricing model (inspired from Kirby).
Try as much as you want, and if you like, buy a license.

By the author of Quick Javascript Switcher (+250 000 users): https://chrome.google.com/webstore/detail/quick-javascript-switcher/geddoclleiomckbhadiaipdggiiccfje

Changelog
=========
1.7.0: improved behaviour on same translations, and add secondary target language option
1.6.0: Options added to configure the default behaviour for source and target languages                    

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

Όνομα Bar Translate Bar Translate
ID inigdjcpofmlcigjhhiigigihmookhcp
Επίσημο URL https://chromewebstore.google.com/detail/bar-translate/inigdjcpofmlcigjhhiigigihmookhcp
Περιγραφή Jump to the address bar, type 't', press space or tab, and start typing things like 'fr Hello' or 'en Bonjour'
Μέγεθος Αρχείου 76.25 KB
Αριθμός Εγκαταστάσεων 981
Τρέχουσα Έκδοση 1.7.0
Τελευταία Ενημέρωση 2019-08-27
Ημερομηνία Δημοσίευσης 2019-08-27
Αξιολόγηση 4.63/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής maximelebreton
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://github.com/maximelebreton/Bar-Translate
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/maximelebreton/Bar-Translate/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bar Translate",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAodc+iNR13jQoNL+dM2EF6z+HjtHjenq5s7K4j0rjDRDQO6lDKuOMPG71aURqpi6u81DuTpjQYqrLvcWhNIrx7d4tVxrTF7qi3KaCyjJVnibtmWEeqqwDtWY4e5eMc5O0M8I8w9GIQLenfWK52p8FOJKj0Mbgho1fcti2m8yfijEiZVCaCh+2KHKCtm0v2NJjpoPSmd2UiYN\/hxQmiI6cQvsAWZgqZKUKuj2vZ0I6VMhBLklpOGy3OhZNNyEFb0j6wL17pL+OpN7lGR\/SylesxSdN8CZUKEnlz9HPVH1nTD+E5XwRmVzCLIVDwAE+Zaeui7xLNrmLl3UkBO9J51bMjwIDAQAB",
    "description": "Jump to the address bar, type 't', press space or tab, and start typing things like 'fr Hello' or 'en Bonjour'",
    "version": "1.7.0",
    "minimum_chrome_version": "28",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Bar Translate",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "notifications",
        "storage"
    ],
    "icons": {
        "16": "images\/icon.png",
        "24": "images\/[email protected]",
        "32": "images\/[email protected]",
        "64": "images\/[email protected]",
        "48": "images\/[email protected]",
        "80": "images\/[email protected]",
        "96": "images\/[email protected]",
        "128": "images\/thumb-128.png",
        "256": "images\/thumb-256.png"
    },
    "omnibox": {
        "keyword": "t"
    },
    "manifest_version": 2,
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}