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

Compare commits

..

5 Commits

Author SHA1 Message Date
p0k3m0n 9c734f7495 Patch 2.0.4 (#81)
- Added Polish translation (#80)

Co-authored-by: Michael Gordeev <eugene@xfox111.net>
2021-06-01 21:17:20 +03:00
xfox111 fa43a95a40 Patch 2.0.3
- [Firefox] Fixed checkmark icon in settings
2021-04-23 17:54:32 +03:00
xfox111 e8f7c55e2f Added .gitignore 2021-04-23 17:12:16 +03:00
whitesource-bolt-for-github[bot] 3d7bc4eb77 Add .whitesource configuration file (#76) 2021-03-22 15:30:44 +03:00
Michael Gordeev 847baae44e Patch 2.0.2 (#71)
- Fixed missing fonts
2021-03-05 17:39:41 +03:00
11 changed files with 198 additions and 19 deletions
+1
View File
@@ -0,0 +1 @@
\.vscode
+12
View File
@@ -0,0 +1,12 @@
{
"scanSettings": {
"baseBranches": []
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff"
},
"issueSettings": {
"minSeverityLevel": "LOW"
}
}
+3 -3
View File
@@ -19,7 +19,7 @@
<aside class="tabsAside pane">
<header>
<h1 loc="name">Tabs aside</h1>
<button loc_alt="options" class="btn more" title="Options">&#xE10C;<span class="updateBadge"></span></button>
<button loc_alt="options" class="btn more" title="Options">&#xE712;<span class="updateBadge"></span></button>
<nav>
<label class="checkbox control">
@@ -64,9 +64,9 @@
</p>
</nav>
<button loc_alt="closePanel" class="btn remove" title="Close panel">&#xE10A;</button>
<button loc_alt="closePanel" class="btn remove" title="Close panel">&#xE711;</button>
<a class="saveTabs">
<span class="iconArrowRight">&#xE0AB;</span>
<span class="iconArrowRight">&#xE72A;</span>
<span loc="setAside">Set current tabs aside</span>
<span loc_alt="setMultipleTabsAsideTooltip" class="iconQuestionCircle" title="Tip : You can set aside specific tabs by selecting them (by holding CTRL or SHIFT and clicking on the tabs) before clicking on the TabsAside extension">&#xE9CE;</span>
</a>
+142
View File
@@ -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 -2
View File
@@ -127,7 +127,7 @@
width: 16px;
height: 16px;
display: inline-block;
font-family: "Segoe MDL2 Assets";
font-family: "SegoeMDL2Assets";
margin: 2px;
}
.iconQuestionCircle
@@ -238,7 +238,7 @@
background-color: #c2c2c2;
background-image: url("chrome-extension://__MSG_@@extension_id__/images/tab_thumbnail.png"),
url("chrome-extension://__MSG_@@extension_id__/images/tab_thumbnail.png");
url("moz-extension://__MSG_@@extension_id__/images/tab_thumbnail.png");
background-size: cover;
background-position-x: center;
+22 -1
View File
@@ -112,4 +112,25 @@
.tabsAside[darkmode] .pane nav
{
background-color: #4a4a4a;
}
}
.tabsAside[darkmode] .listviewSwitch > div
{
border-radius: 1px;
background-color: gray;
}
.tabsAside[darkmode] .tabsAside .listviewSwitch.tile > div
{
background-color: #c2c2c2;
}
.tabsAside[darkmode] .tabsAside[listview] .listviewSwitch.tile > div
{
background-color: gray;
}
.tabsAside[darkmode] .tabsAside[listview] .listviewSwitch.list > div
{
background-color: #c2c2c2;
}
+12 -9
View File
@@ -30,7 +30,7 @@
.tabsAside
{
font-family: "Segoe UI", "Segoe MDL2 Assets" !important;
font-family: "SegoeUI", "SegoeMDL2Assets" !important;
font-size: 14px;
user-select: none;
}
@@ -56,6 +56,7 @@
{
width: 28px;
height: 28px;
font-size: 16px;
background-color: transparent;
border: none;
cursor: pointer;
@@ -107,7 +108,7 @@
width: 100%;
height: 32px;
font-family: "Segoe UI";
font-family: "SegoeUI";
font-size: 12px;
display: grid;
@@ -149,7 +150,7 @@
background-repeat: no-repeat;
background-size: 12px;
background-position: center;
font-family: "Segoe UI", "Segoe MDL2 Assets";
font-family: "SegoeUI", "SegoeMDL2Assets";
}
.control.checkbox
@@ -188,8 +189,8 @@
position: absolute;
color: rgba(0, 0, 0, .4);
font-family: "Segoe MDL2 Assets";
content: "\E001";
font-family: "SegoeMDL2Assets";
content: "\E73E";
width: 16px;
height: 16px;
@@ -210,14 +211,16 @@
@font-face
{
font-family: "Segoe UI";
font-family: "SegoeUI";
src: local("Segoe UI"),
url("fonts/segoeui.ttf") format("truetype"),
url("../fonts/segoeui.ttf") format("truetype"),
url("../fonts/segoeui.woff") format("woff")
}
@font-face
{
font-family: "Segoe MDL2 Assets";
font-family: "SegoeMDL2Assets";
src: local("Segoe MDL2 Assets"),
url("fonts/segoemdl2.ttf") format("truetype"),
url("../fonts/segoemdl2.ttf") format("truetype"),
url("../fonts/segoemdl2.woff") format("woff")
}
Binary file not shown.
Binary file not shown.
+3 -3
View File
@@ -257,7 +257,7 @@ function AddCollection(collection, thumbnails)
"<div>" +
"<div" + (!thumbnails[collection.links[i]]?.iconUrl ? "" : " style='background-image: url(\"" + thumbnails[collection.links[i]].iconUrl + "\")'") + "></div>" +
"<span>" + collection.titles[i] + "</span>" +
"<button loc_alt='removeTab' class='btn remove' title='Remove tab from collection'>&#xE10A;</button>" +
"<button loc_alt='removeTab' class='btn remove' title='Remove tab from collection'>&#xE711;</button>" +
"</div>" +
"</div>";
@@ -267,12 +267,12 @@ function AddCollection(collection, thumbnails)
"<input type='text' value='" + (collection.name ?? new Date(collection.timestamp).toDateString()) + "'/>" +
"<a loc='restoreTabs' class='restoreCollection'>Restore tabs</a>" +
"<div>" +
"<button loc_alt='more' class='btn more' title='More...'>&#xE10C;</button>" +
"<button loc_alt='more' class='btn more' title='More...'>&#xE712;</button>" +
"<nav>" +
"<button loc='restoreNoRemove' class='restoreCollection noDelete'>Restore without removing</button>" +
"</nav>" +
"</div>" +
"<button loc_alt='removeCollection' class='btn remove' title='Remove collection'>&#xE10A;</button>" +
"<button loc_alt='removeCollection' class='btn remove' title='Remove collection'>&#xE711;</button>" +
"<small>" + collection.links.length + " " + chrome.i18n.getMessage("tabs") +"</small>" +
"</div>" +
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "__MSG_name__",
"version": "2.0.1",
"version": "2.0.4",
"manifest_version": 2,
"description": "__MSG_description__",
"author": "__MSG_author__",