Reviews for Google Lensで画像検索
Google Lensで画像検索 by vulpes_velox
Review by Firefox user 13027013
Rated 5 out of 5
by Firefox user 13027013, 2 years agoVery fast compared to other addons it just werks, Based Jap programmers. would be nice if the new tab opened next to the tab that I am using currently instead of the end of the tab carousel.
Please add this code so that it opens next to the active tab.Remove the **** in the url!!
Or for anyone interested,unzip the xpi, just replace the second block of code in background.js in the js folder inside the xpi and ZIP it and rename to xpi
browser.contextMenus.onClicked.addListener(function(info, tab) {
if (info.menuItemId == "AEC6128A-8B07-4224-B938-C2AF6FEC2EA6") {
var newTabParams = {
url: "http******s://lens.google.com/uploadbyurl?url=" + encodeURI(info.srcUrl),
active: true,
index: tab.index + 1 // Open the new tab next to the current tab
};
var creating = browser.tabs.create(newTabParams);
}
});
Please add this code so that it opens next to the active tab.Remove the **** in the url!!
Or for anyone interested,unzip the xpi, just replace the second block of code in background.js in the js folder inside the xpi and ZIP it and rename to xpi
browser.contextMenus.onClicked.addListener(function(info, tab) {
if (info.menuItemId == "AEC6128A-8B07-4224-B938-C2AF6FEC2EA6") {
var newTabParams = {
url: "http******s://lens.google.com/uploadbyurl?url=" + encodeURI(info.srcUrl),
active: true,
index: tab.index + 1 // Open the new tab next to the current tab
};
var creating = browser.tabs.create(newTabParams);
}
});
3 reviews
- Rated 5 out of 5by Firefox user 14089990, a year agoVery fast without delay compared to similar ones...
Please also add a keyboard shortcut..🙏
同様のものと比較して遅延なく非常に高速です...
キーボード ショートカットも追加してください。🙏 - Rated 1 out of 5by Soto, a year ago