Right-Click Tureng

You can find the translation of a word by right-clicking a selection.

¿Qué es Right-Click Tureng?

Right-Click Tureng es una extensión de Chrome desarrollada por https://www.turgutsaricam.com, y su función principal es "You can find the translation of a word by right-clicking a selection.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Right-Click Tureng

Descarga archivos de extensión Right-Click Tureng en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        It adds "Search Tureng" option to the right click menu. You can search for the translation of a word in Tureng.com by simply selecting the word and right-clicking on it, with only 2 clicks.

Important note: If you change the search link from the options, it will take effect after the second search operation. So, don't worry. In addition, you will not need to change the search link until the webpage changes its own search method.

---

Sağ-tık menüsüne "Search Tureng" seçeneği ekleyerek, seçtiğiniz kelimenin tercümesini Tureng.com'da sadece 2 tıklama ile aramanızı sağlar. Tek yapmanız gereken kelimeyi seçmek ve üzerine sağ tıklayıp "Search Tureng for" seçeneğine tıklamak. Diğer eklentilerdeki gibi karşınıza fazladan bir menü daha çıkmaz.

Önemli uyarı: Ayarlardan arama linkini değiştirip kaydettikten sonra, ayarın aktif hale gelmesi için en az bir kez sağ tıklayıp arama yapmanız gerekmektedir. İkinci aramanızdan itibaren ayar aktif hale gelecektir. Ayrıca, Tureng.com arama metodunda bir değişiklik yapmadığı sürece bu seçeneği değiştirmeniz gerekmeyecektir.                    

Información Básica de la Extensión

Nombre Right-Click Tureng Right-Click Tureng
ID olbmmdlchmicolppponihdhclpnhkpdd
URL Oficial https://chromewebstore.google.com/detail/right-click-tureng/olbmmdlchmicolppponihdhclpnhkpdd
Descripción You can find the translation of a word by right-clicking a selection.
Tamaño del Archivo 22.78 KB
Cantidad de Instalaciones 1,853
Versión Actual 1.1
Última Actualización 2022-07-15
Fecha de Publicación 2014-07-29
Calificación 3.93/5 Total de 14 Calificaciones
Desarrollador https://www.turgutsaricam.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Right-Click Tureng",
    "description": "You can find the translation of a word by right-clicking a selection.",
    "version": "1.1",
    "author": "Turgut Sar\u0131\u00e7am",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "img\/16x16.png",
        "48": "img\/48x48.png",
        "128": "img\/128x128.png"
    },
    "background": {
        "scripts": [
            "context.js"
        ]
    },
    "options_page": "options.html"
}