Skip to content

Commit c928aa0

Browse files
committed
v3.1.1:
* Fix TinEye search (resolves #18)
1 parent 3a42f54 commit c928aa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var Provider = class Provider {
1313
const defaultProviders = [
1414
new Provider('Google', '../icons/google.png', 'https://www.google.com/searchbyimage?image_url=%s', true),
1515
new Provider('IQDB', '../icons/iqdb.png', 'https://iqdb.org/?url=%s'),
16-
new Provider('TinEye', '../icons/tineye.png', 'https://www.tineye.com/parse?url=%s'),
16+
new Provider('TinEye', '../icons/tineye.png', 'https://www.tineye.com/search?url=%s'),
1717
new Provider('Bing', '../icons/bing.png', 'https://www.bing.com/images/searchbyimage?FORM=IRSBIQ&cbir=sbi&imgurl=%s'),
1818
new Provider('Yandex', '../icons/yandex.png', 'https://yandex.com/images/search?url=%s&rpt=imageview'),
1919
new Provider('Яндекс', '../icons/yandexru.png', 'https://yandex.ru/images/search?url=%s&rpt=imageview'),

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "__MSG_extensionName__",
55
"description": "__MSG_extensionDescription__",
66
"author": "Andreas Bielawski",
7-
"version": "3.1.0",
7+
"version": "3.1.1",
88
"icons": {
99
"16": "icons/16.png",
1010
"32": "icons/32.png",

0 commit comments

Comments
 (0)