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
xfox111 192d733c3c docs: fix download counter badges in readme 2026-05-26 21:11:16 +12:00
xfox111 e18fdf7941 docs: Revise download section in README.md
Updated download section with new badge links and removed old links.
2026-05-26 21:09:45 +12:00
9 changed files with 729 additions and 756 deletions
+1 -3
View File
@@ -15,7 +15,7 @@ body:
attributes:
label: Description
description: A clear and concise description of what the bug is.
placeholder: e.g. Sometimes clicking on the extension icon doesn't open the side panel
placeholder: e.g. Sometimes when generating a password not all character sets are included
validations:
required: true
@@ -105,5 +105,3 @@ body:
required: true
- label: The provided reproduction is a minimal reproducible example of the bug.
required: true
- label: This issue was written in English.
required: true
@@ -60,5 +60,3 @@ body:
options:
- label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
required: true
- label: This issue was written in English.
required: true
+3 -3
View File
@@ -117,7 +117,7 @@ jobs:
with:
name: chrome
- uses: wdzeng/chrome-extension@v2.0.1
- uses: wdzeng/chrome-extension@v1.3.0
with:
extension-id: ${{ secrets.CHROME_EXT_ID }}
zip-path: tabs-aside-*-chrome.zip
@@ -135,7 +135,7 @@ jobs:
with:
name: chrome
- uses: wdzeng/edge-addon@v2.1.1
- uses: wdzeng/edge-addon@v2.1.0
with:
product-id: ${{ secrets.EDGE_PRODUCT_ID }}
zip-path: tabs-aside-*-chrome.zip
@@ -152,7 +152,7 @@ jobs:
with:
name: firefox
- uses: wdzeng/firefox-addon@v1.2.1
- uses: wdzeng/firefox-addon@v1.2.0
with:
addon-guid: ${{ secrets.FIREFOX_EXT_UUID }}
xpi-path: tabs-aside-*-firefox.zip
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
extver=`jq -r ".version" package.json`
echo "version=$extver" >> "$GITHUB_OUTPUT"
- uses: dev-build-deploy/release-me@v1.0.0
- uses: dev-build-deploy/release-me@v0.18.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
prefix: v
+6 -5
View File
@@ -32,12 +32,13 @@ Check out our [latest blog post](https://at.xfox111.net/tabs-aside-3-0) regardin
- Ukrainian
## Download
[![Chrome Web Store](https://img.shields.io/chrome-web-store/users/mgmjbodjgijnebfgohlnjkegdpbdjgin?label=Chrome%20Webstore%20downloads)](https://chrome.google.com/webstore/detail/mgmjbodjgijnebfgohlnjkegdpbdjgin)
[![Mozilla Add-on](https://img.shields.io/amo/users/ms-edge-tabs-aside?label=Firefox%20Webstore%20downloads)](https://addons.mozilla.org/firefox/addon/ms-edge-tabs-aside/)
[![Chrome web store](https://img.shields.io/chrome-web-store/users/mgmjbodjgijnebfgohlnjkegdpbdjgin?label=Chrome%20webstore%20users)](https://chrome.google.com/webstore/detail/mgmjbodjgijnebfgohlnjkegdpbdjgin)
[![Firefox Browser Add-ons](https://img.shields.io/amo/users/ms-edge-tabs-aside?label=Firefox%20Browser%20Add-ons%20users)](https://addons.mozilla.org/firefox/addon/ms-edge-tabs-aside/)
[![Edge Add-ons](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fmicrosoftedge.microsoft.com%2Faddons%2Fgetproductdetailsbycrxid%2Fkmnblllmalkiapkfknnlpobmjjdnlhnd&query=%24.activeInstallCount&label=Edge%20Add-ons%20users)](https://microsoftedge.microsoft.com/addons/detail/kmnblllmalkiapkfknnlpobmjjdnlhnd)
- [Google Chrome Webstore](https://chrome.google.com/webstore/detail/mgmjbodjgijnebfgohlnjkegdpbdjgin)
- [Microsoft Edge Add-ons Webstore](https://microsoftedge.microsoft.com/addons/detail/kmnblllmalkiapkfknnlpobmjjdnlhnd)
- [Firefox Add-ons](https://addons.mozilla.org/firefox/addon/ms-edge-tabs-aside/)
- [Chrome web store](https://chrome.google.com/webstore/detail/mgmjbodjgijnebfgohlnjkegdpbdjgin)
- [Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/kmnblllmalkiapkfknnlpobmjjdnlhnd)
- [Firefox Browser Add-ons](https://addons.mozilla.org/firefox/addon/ms-edge-tabs-aside/)
- [GitHub Releases](https://github.com/xfox111/TabsAsideExtension/releases/latest)
### Sideloading (for testing purposes only)
@@ -11,7 +11,7 @@ export default function useSettingsReviewDialog(dialog: DialogContextType): Prom
if (needsReview.length > 0)
dialog.pushCustom(
<SettingsReviewDialog />,
"alert",
undefined,
() =>
{
settingsForReview.removeValue();
@@ -11,7 +11,7 @@ export default function useWelcomeDialog(dialog: DialogContextType): Promise<voi
if (showWelcome || import.meta.env.DEV)
dialog.pushCustom(
<WelcomeDialog />,
"alert",
undefined,
() =>
{
showWelcomeDialog.removeValue();
+706 -718
View File
File diff suppressed because it is too large Load Diff
+10 -22
View File
@@ -1,7 +1,7 @@
{
"name": "tabs-aside",
"private": true,
"version": "3.3.2",
"version": "3.3.1",
"type": "module",
"scripts": {
"dev": "wxt",
@@ -16,39 +16,27 @@
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fluentui/react-components": "^9.74.1",
"@fluentui/react-icons": "^2.0.328",
"@webext-core/messaging": "^3.0.1",
"@fluentui/react-components": "^9.73.8",
"@fluentui/react-icons": "^2.0.326",
"@webext-core/messaging": "^2.3.0",
"@wxt-dev/analytics": "^0.5.4",
"@wxt-dev/i18n": "^0.2.5",
"lzutf8": "^0.6.3",
"react": "^19.2.7",
"react-dom": "^19.2.7"
"react": "^19.2.6",
"react-dom": "^19.2.6"
},
"devDependencies": {
"@eslint/css": "^1.3.0",
"@eslint/css": "^0.14.1",
"@eslint/js": "^9.39.4",
"@eslint/json": "^2.0.0",
"@eslint/json": "^0.14.0",
"@stylistic/eslint-plugin": "^5.10.0",
"@types/react": "^19.2.16",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@wxt-dev/module-react": "^1.2.2",
"eslint": "^9.39.4",
"eslint-plugin-react": "^7.37.5",
"typescript": "^6.0.3",
"typescript-eslint": "^8.60.0",
"typescript-eslint": "^8.59.3",
"wxt": "^0.20.26"
},
"overrides": {
"node-notifier": {
"uuid": "^11.1.1"
},
"web-ext-run": {
"tmp": "^0.2.6"
}
},
"allowScripts": {
"esbuild": true,
"spawn-sync": true
}
}