mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-07-02 19:52:47 +03:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d6996031b6 | |||
| ef65522e2a | |||
| dbbf0c7599 | |||
| aa6e88146b | |||
| 9c734f7495 |
@@ -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" ]
|
||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
exclusions: '.git/* .vscode/* .github/* *.md'
|
exclusions: '.git/* .vscode/* .github/* *.md'
|
||||||
|
|
||||||
- name: Publish to Chrome Webstore
|
- name: Publish to Chrome Webstore
|
||||||
uses: SebastienGllmt/chrome-addon@v3
|
uses: trmcnvn/chrome-addon@v2
|
||||||
with:
|
with:
|
||||||
extension: mgmjbodjgijnebfgohlnjkegdpbdjgin
|
extension: mgmjbodjgijnebfgohlnjkegdpbdjgin
|
||||||
zip: ./TabsAside.zip
|
zip: ./TabsAside.zip
|
||||||
|
|||||||
@@ -0,0 +1,142 @@
|
|||||||
|
{
|
||||||
|
"name":
|
||||||
|
{
|
||||||
|
"message": "Kolekcje zakładek",
|
||||||
|
"description": "Extension name. Displayed in the manifest and pane header"
|
||||||
|
},
|
||||||
|
"description":
|
||||||
|
{
|
||||||
|
"message": "Klasyczna funkcjonalność Microsoft Edge \"Kolekcje zakładek\"",
|
||||||
|
"description": "Extension description"
|
||||||
|
},
|
||||||
|
"author":
|
||||||
|
{
|
||||||
|
"message": "Michael \"XFox\" Gordeev",
|
||||||
|
"description": "Author name"
|
||||||
|
},
|
||||||
|
"options":
|
||||||
|
{
|
||||||
|
"message": "Opcje",
|
||||||
|
"description": "Alternative text for options button in the pane"
|
||||||
|
},
|
||||||
|
"closePanel":
|
||||||
|
{
|
||||||
|
"message": "Zamknij",
|
||||||
|
"description": "Alternative text for close panel button"
|
||||||
|
},
|
||||||
|
"loadOnRestore":
|
||||||
|
{
|
||||||
|
"message": "Przeładuj zawartość kart podczas przywracania",
|
||||||
|
"description": "Label for option"
|
||||||
|
},
|
||||||
|
"showDeleteDialog":
|
||||||
|
{
|
||||||
|
"message": "Pokaż potwierdzenie podczas kasowania elementu",
|
||||||
|
"description": "Label for option"
|
||||||
|
},
|
||||||
|
"swapIconAction":
|
||||||
|
{
|
||||||
|
"message": "Kliknięcie na ikonę zapisuje aktualne karty (%TOGGLE_SHORTCUT% lub prawy przycisk myszki, aby otworzyć panel)",
|
||||||
|
"description": "Label for option"
|
||||||
|
},
|
||||||
|
"github":
|
||||||
|
{
|
||||||
|
"message": "Strona GitHub",
|
||||||
|
"description": "Link title"
|
||||||
|
},
|
||||||
|
"changelog":
|
||||||
|
{
|
||||||
|
"message": "Historia zmian",
|
||||||
|
"description": "Link title"
|
||||||
|
},
|
||||||
|
"feedback":
|
||||||
|
{
|
||||||
|
"message": "Wyślij opinię",
|
||||||
|
"description": "Link title"
|
||||||
|
},
|
||||||
|
"buyMeACoffee":
|
||||||
|
{
|
||||||
|
"message": "Kup mi kawę!",
|
||||||
|
"description": "Link title"
|
||||||
|
},
|
||||||
|
"credits":
|
||||||
|
{
|
||||||
|
"message": "Opracowane przez Michael 'XFox' Gordeev",
|
||||||
|
"description": "Options menu credits"
|
||||||
|
},
|
||||||
|
"setAside":
|
||||||
|
{
|
||||||
|
"message": "Zapisz aktualne karty",
|
||||||
|
"description": "Save collection action name. Used in the pane, extension context menu and manifest shortcuts"
|
||||||
|
},
|
||||||
|
"setMultipleTabsAsideTooltip":
|
||||||
|
{
|
||||||
|
"message": "Wskazówka : możesz zaznaczyć interesujące karty używając CTRL lub SHIFT na karcie, aby tylko te później zapisać",
|
||||||
|
"description": "Tooltip displayed on hover in the pane to explain how to set specific tabs aside"
|
||||||
|
},
|
||||||
|
"nothingSaved":
|
||||||
|
{
|
||||||
|
"message": "Nie posiadasz żadnej kolekcji zakładek",
|
||||||
|
"description": "Placeholder for empty pane"
|
||||||
|
},
|
||||||
|
"removeTab":
|
||||||
|
{
|
||||||
|
"message": "Usunięcie karty z kolekcji",
|
||||||
|
"description": "Button hint on a tab card"
|
||||||
|
},
|
||||||
|
"restoreTabs":
|
||||||
|
{
|
||||||
|
"message": "Przywrócenie kart",
|
||||||
|
"description": "Collection restore action link name"
|
||||||
|
},
|
||||||
|
"more":
|
||||||
|
{
|
||||||
|
"message": "Więcej...",
|
||||||
|
"description": "Collections' more button title"
|
||||||
|
},
|
||||||
|
"restoreNoRemove":
|
||||||
|
{
|
||||||
|
"message": "Przywrócenie kart bez usunięcia kolekcji",
|
||||||
|
"description": "Context action item name"
|
||||||
|
},
|
||||||
|
"removeCollection":
|
||||||
|
{
|
||||||
|
"message": "Usunięcie kolekcji",
|
||||||
|
"description": "Collection remove action name"
|
||||||
|
},
|
||||||
|
"removeCollectionConfirm":
|
||||||
|
{
|
||||||
|
"message": "Jesteś pewny, że chcesz skasować kolekcję?",
|
||||||
|
"description": "Prompt dialog content on collection deletion"
|
||||||
|
},
|
||||||
|
"removeTabConfirm":
|
||||||
|
{
|
||||||
|
"message": "Jesteś pewny, że chcesz skasować zakładkę?",
|
||||||
|
"description": "Prompt dialog content on one tab deletion"
|
||||||
|
},
|
||||||
|
"togglePaneContext":
|
||||||
|
{
|
||||||
|
"message": "Przełącz panel kolekcji",
|
||||||
|
"description": "Context action name. Used in extension context menu and manifest shortcuts"
|
||||||
|
},
|
||||||
|
"noTabsToSave":
|
||||||
|
{
|
||||||
|
"message": "Brak zakładek do zapisu",
|
||||||
|
"description": "Alert dialog message when there's no tabs to save"
|
||||||
|
},
|
||||||
|
"errorSavingTabs":
|
||||||
|
{
|
||||||
|
"message": "Zakładki nie mogą zostać zapisane. Przypuszczalnie zbyt wiele zakładek lub aktualnie posiadanych kolekcji.",
|
||||||
|
"description": "Alert dialog message when there is an issue saving tabs"
|
||||||
|
},
|
||||||
|
"olderDataMigrationFailed":
|
||||||
|
{
|
||||||
|
"message": "Niektóre kolekcje z poprzedniej wersji nie mogły zostać przekonwertowane, w związku z czym zostały zapisane jako zwykłe zakładki w przeglądarce",
|
||||||
|
"description": "Alert dialog message when there is an issue migrating previous versions data"
|
||||||
|
},
|
||||||
|
"tabs":
|
||||||
|
{
|
||||||
|
"message": "elementów",
|
||||||
|
"description": "Collection tabs counter label (e.g. 8 items)"
|
||||||
|
}
|
||||||
|
}
|
||||||
+2
-1
@@ -209,7 +209,8 @@
|
|||||||
.collectionSet > .header > div > nav
|
.collectionSet > .header > div > nav
|
||||||
{
|
{
|
||||||
width: 250px;
|
width: 250px;
|
||||||
right: 60px;
|
right: 0px;
|
||||||
|
top: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tabs collection */
|
/* Tabs collection */
|
||||||
|
|||||||
@@ -73,6 +73,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Context menus style */
|
/* Context menus style */
|
||||||
|
.tabsAside .contextContainer
|
||||||
|
{
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
.tabsAside nav
|
.tabsAside nav
|
||||||
{
|
{
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|||||||
+1
-1
@@ -266,7 +266,7 @@ function AddCollection(collection, thumbnails)
|
|||||||
"<div class='header'>" +
|
"<div class='header'>" +
|
||||||
"<input type='text' value='" + (collection.name ?? new Date(collection.timestamp).toDateString()) + "'/>" +
|
"<input type='text' value='" + (collection.name ?? new Date(collection.timestamp).toDateString()) + "'/>" +
|
||||||
"<a loc='restoreTabs' class='restoreCollection'>Restore tabs</a>" +
|
"<a loc='restoreTabs' class='restoreCollection'>Restore tabs</a>" +
|
||||||
"<div>" +
|
"<div class='contextContainer'>" +
|
||||||
"<button loc_alt='more' class='btn more' title='More...'></button>" +
|
"<button loc_alt='more' class='btn more' title='More...'></button>" +
|
||||||
"<nav>" +
|
"<nav>" +
|
||||||
"<button loc='restoreNoRemove' class='restoreCollection noDelete'>Restore without removing</button>" +
|
"<button loc='restoreNoRemove' class='restoreCollection noDelete'>Restore without removing</button>" +
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "__MSG_name__",
|
"name": "__MSG_name__",
|
||||||
"version": "2.0.3",
|
"version": "2.0.6",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"description": "__MSG_description__",
|
"description": "__MSG_description__",
|
||||||
"author": "__MSG_author__",
|
"author": "__MSG_author__",
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
"description": "__MSG_setAside__",
|
"description": "__MSG_setAside__",
|
||||||
"suggested_key":
|
"suggested_key":
|
||||||
{
|
{
|
||||||
"default": "Alt+Left",
|
"default": "Shift+Alt+Left",
|
||||||
"mac": "MacCtrl+T"
|
"mac": "MacCtrl+T"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user