Quick Search for Google Translate

Select a word or phrase in current browser tab and click the popup to get the translation

Was ist Quick Search for Google Translate?

Quick Search for Google Translate ist eine Chrome-Erweiterung, die von emano.waldeck entwickelt wurde, und ihr Hauptmerkmal ist "Select a word or phrase in current browser tab and click the popup to get the translation".

Erweiterungsscreenshots

screenshot

Quick Search for Google Translate-Erweiterungs-CRX-Datei herunterladen

Laden Sie Quick Search for Google Translate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        When the extension is installed select some text from a website, then click the toolbar button to open the popup and to perform the automatic search.

Notes:
    1. If no text is selected in the current page, the extension allows you to do the search inside the popup.
    2. You can change the source and destination languages from the popup. The extension will persist your language choices for later usage. The default language for the source is "auto detect" and the default language for the destination is "En".
    3. This extension uses translate.google.com to do all the translations.

-- Legal:
This extension is not affiliated with Google in any way. This is just a product to enhance this product's usage.                    

Grundlegende Informationen zur Erweiterung

Name Quick Search for Google Translate Quick Search for Google Translate
ID djamnihdpnemfabglaicnnnoehnalhig
Offizielle URL https://chromewebstore.google.com/detail/quick-search-for-google-t/djamnihdpnemfabglaicnnnoehnalhig
Beschreibung Select a word or phrase in current browser tab and click the popup to get the translation
Dateigröße 46.87 KB
Installationsanzahl 36
Aktuelle Version 0.1.2
Letztes Update 2018-05-03
Veröffentlichungsdatum 2018-05-03
Entwickler emano.waldeck
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://add0n.com/quick-search.html?from=translate
Hilfeseite URL http://add0n.com/quick-search.html?from=translate
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.2",
    "name": "Quick Search for Google Translate",
    "description": "Select a word or phrase in current browser tab and click the popup to get the translation",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/translate.google.com\/*",
        "*:\/\/translate.google.cz\/*",
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    },
    "homepage_url": "http:\/\/add0n.com\/quick-search.html?from=translate",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "data\/panel\/index.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    }
}