Add search for Google Translate
This commit is contained in:
parent
ad002e5761
commit
d2ceb7c51e
@ -207,6 +207,7 @@ const CONFIG = {
|
|||||||
name: 'Translate',
|
name: 'Translate',
|
||||||
key: 'tr',
|
key: 'tr',
|
||||||
url: 'https://translate.google.com/',
|
url: 'https://translate.google.com/',
|
||||||
|
search: '/#view=home&op=translate&sl=auto&tl=en&text={}',
|
||||||
color: '#1a73e8',
|
color: '#1a73e8',
|
||||||
icon: 'translate',
|
icon: 'translate',
|
||||||
quickLaunch: false,
|
quickLaunch: false,
|
||||||
@ -306,4 +307,4 @@ const CONFIG = {
|
|||||||
* File extension for icon images
|
* File extension for icon images
|
||||||
*/
|
*/
|
||||||
iconExtension: 'png'
|
iconExtension: 'png'
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user