File tree 5 files changed +19
-0
lines changed
5 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 32
32
"newTabsLoadInBackgroundSetting" : {
33
33
"message" : " When a search result is opened in a new tab, switch to it immediately"
34
34
},
35
+ "tipsRightClick" : {
36
+ "message" : " tips: You can right-click on an image on the website and search for that image in the menu."
37
+ },
35
38
"extensionName" : {
36
39
"message" : " Search on Google Lens"
37
40
},
Original file line number Diff line number Diff line change 32
32
"donate" : {
33
33
"message" : " 寄付"
34
34
},
35
+ "tipsRightClick" : {
36
+ "message" : " ヒント: ウェブサイト上の画像を右クリックしてメニューからその画像を検索できます。"
37
+ },
35
38
"extensionName" : {
36
39
"message" : " Googleレンズで検索"
37
40
},
Original file line number Diff line number Diff line change @@ -137,3 +137,9 @@ iframe {
137
137
width : 100% ;
138
138
border : 0 ;
139
139
}
140
+
141
+ .primary-zone {
142
+ padding : 25px ;
143
+ border-radius : 18px ;
144
+ background-color : var (--background-color );
145
+ }
Original file line number Diff line number Diff line change @@ -47,6 +47,13 @@ <h3 class="i18n-text" data-i18n-id="dragAndDrop"></h3>
47
47
< div class ="preview "> </ div >
48
48
< br >
49
49
< a href ="javascript:void(0) " class ="i18n-text search_button primary-button " data-i18n-id ="search "> </ a >
50
+ < br >
51
+ < br >
52
+ < div class ="primary-zone ">
53
+ < div class ="i18n-text " data-i18n-id ="tipsRightClick "> </ div >
54
+ < br >
55
+ < img src ="image-right-click.png ">
56
+ </ div >
50
57
</ div >
51
58
< div data-page-id ="settings " class ="inactive-page ">
52
59
< h2 class ="i18n-text " data-i18n-id ="settings "> </ h2 >
You can’t perform that action at this time.
0 commit comments