Right-Click Tureng
You can find the translation of a word by right-clicking a selection.
What is Right-Click Tureng?
Right-Click Tureng is a Chrome extension developed by https://www.turgutsaricam.com, and its main feature is "You can find the translation of a word by right-clicking a selection.".
Extension Screenshots
Download Right-Click Tureng Extension CRX File
Download Right-Click Tureng extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Right-Click Tureng |
ID | olbmmdlchmicolppponihdhclpnhkpdd |
Official URL | https://chromewebstore.google.com/detail/right-click-tureng/olbmmdlchmicolppponihdhclpnhkpdd |
Description | You can find the translation of a word by right-clicking a selection. |
File Size | 22.78 KB |
Installation Count | 1,853 |
Current Version | 1.1 |
Last Updated | 2022-07-15 |
Publish Date | 2014-07-29 |
Rating | 3.93/5 Total 14 Ratings |
Developer | https://www.turgutsaricam.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |