1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-07-02 19:52:47 +03:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Adam d6996031b6 Minor 2.0.6 (#90)
* Change default 'set tabs aside' shortcut

This shortcut can cause problems for those who are accustomed to using it to go back in history. In Chrome and Edge, it seems to be overridden. This should replace it with an unused key combo.
2022-08-25 17:06:23 +03:00
xfox111 ef65522e2a Create FUNDING.yml 2022-01-29 14:12:58 +03:00
2 changed files with 14 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
# These are supported funding model platforms
#github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
#patreon: # Replace with a single Patreon username
open_collective: TabsAside
#ko_fi: # Replace with a single Ko-fi username
#tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
#community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
#liberapay: # Replace with a single Liberapay username
#issuehunt: # Replace with a single IssueHunt username
#otechie: # Replace with a single Otechie username
custom: [ "https://buymeacoffee.com/xfox111" ]
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "__MSG_name__",
"version": "2.0.5",
"version": "2.0.6",
"manifest_version": 2,
"description": "__MSG_description__",
"author": "__MSG_author__",
@@ -42,7 +42,7 @@
"description": "__MSG_setAside__",
"suggested_key":
{
"default": "Alt+Left",
"default": "Shift+Alt+Left",
"mac": "MacCtrl+T"
}
},