From d2ceb7c51e0b6f9663f500e71b340d5e5b320c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zen=C3=A7=20Bilgili?= Date: Thu, 6 Aug 2020 10:06:06 +0300 Subject: [PATCH] Add search for Google Translate --- js/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/config.js b/js/config.js index 9335833..5b5172a 100644 --- a/js/config.js +++ b/js/config.js @@ -207,6 +207,7 @@ const CONFIG = { name: 'Translate', key: 'tr', url: 'https://translate.google.com/', + search: '/#view=home&op=translate&sl=auto&tl=en&text={}', color: '#1a73e8', icon: 'translate', quickLaunch: false, @@ -306,4 +307,4 @@ const CONFIG = { * File extension for icon images */ iconExtension: 'png' -}; \ No newline at end of file +};