We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6ee88 commit 8911a9aCopy full SHA for 8911a9a
src/js/reverseImageSearch.js
@@ -185,7 +185,7 @@ export const reverseImageSearch = {
185
//console.log(tagA[i]);
186
link = parseGoogleImageLink(link);
187
if(link) {
188
- console.log(link);
+ //console.log(link);
189
singleResult.imageUrl = link;
190
singleResult.thumbUrl = link;
191
break;
src/manifest.json
@@ -3,7 +3,7 @@
3
"name": "__MSG_appName__",
4
"description": "__MSG_appDesc__",
5
"short_name": "NB",
6
- "version": "1.0.1.9",
+ "version": "1.0.2.1",
7
"browser_action": {
8
"default_icon": "static/nooboxLogos/icon_128.png",
9
"default_title": "NooBox~",
0 commit comments