@loftyshaky/shared 1.9.0 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_locales/en/messages.json +3 -3
- package/_locales/ru/messages.json +2 -2
- package/chunk-main.js +1 -1
- package/ext.js +1 -1
- package/index.js +1 -1
- package/js/apps.js +1 -1
- package/js/dependencies.js +4 -0
- package/package.json +1 -1
- package/scss/shared/group.scss +8 -0
- package/scss/shared/help.scss +1 -0
- package/scss/shared/offers.scss +7 -1
- package/scss/shared/selects.scss +22 -16
- package/settings.js +1 -1
- package/ts/inputs/interfaces/state_cond.d.ts +1 -0
- package/ts/inputs/obj/text.d.ts +3 -0
- package/ts/settings/optional_permissions/data/main.d.ts +3 -2
|
@@ -194,8 +194,8 @@
|
|
|
194
194
|
"offer_scroll_to_top_text": {
|
|
195
195
|
"message": "Install the @Scroll to Top@ extension to quickly scroll to top or bottom of the page and then return to the previous position."
|
|
196
196
|
},
|
|
197
|
-
"
|
|
198
|
-
"message": "Install the @Close Other Tabs
|
|
197
|
+
"offer_close_other_tabs_plus_text": {
|
|
198
|
+
"message": "Install the @Close Other Tabs+@ extension to close/pin/unpin multiple tabs at once, filtering them by a window, pin/group state or hostname."
|
|
199
199
|
},
|
|
200
200
|
"offer_advanced_extension_reloader_text": {
|
|
201
201
|
"message": "Install the @Advanced Extension Reloader@ extension to reload an unpacked extension with one click, hotkey or automatically (extension for developers)."
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
"offer_scroll_to_top_edge_link_href": {
|
|
234
234
|
"message": "https://microsoftedge.microsoft.com/addons/detail/cjmbcpckfanombcljcmgnhbdobjblbkk"
|
|
235
235
|
},
|
|
236
|
-
"
|
|
236
|
+
"offer_close_other_tabs_plus_chrome_link_href": {
|
|
237
237
|
"message": "https://chromewebstore.google.com/detail/higiahnfphokonkjalljdfgjhafdjbil"
|
|
238
238
|
},
|
|
239
239
|
"offer_tinkoff_black_link_href": {
|
|
@@ -173,8 +173,8 @@
|
|
|
173
173
|
"offer_scroll_to_top_text": {
|
|
174
174
|
"message": "Установите расширение @Scroll to Top@ для быстрой прокрутки вверх или вниз страницы и возвращения на предыдущую позицию."
|
|
175
175
|
},
|
|
176
|
-
"
|
|
177
|
-
"message": "Установите расширение @Закрыть другие
|
|
176
|
+
"offer_close_other_tabs_plus_text": {
|
|
177
|
+
"message": "Установите расширение @Закрыть другие вкладки+@ позволяющее закрывать/закреплять/откреплять несколько вкладок сразу, фильтруя их по окну, состоянию закреплённости/группированности или имени хоста."
|
|
178
178
|
},
|
|
179
179
|
"offer_advanced_extension_reloader_text": {
|
|
180
180
|
"message": "Установите расширение @Advanced Extension Reloader@ позволяющее перезагрузагружать распакованное расширение в один клик, горячей клавишей или автоматически (расширение для разработчиков)."
|