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

Compare commits

...

4 Commits

Author SHA1 Message Date
Michael Gordeev 15cb0bafef Fixed context links opening from embedded pane 2020-03-27 20:36:42 +03:00
Michael Gordeev 7ec245dac2 Updated README.md
Added default locale info into manifest
2020-03-27 20:36:13 +03:00
Michael Gordeev d2e1b1704d Fixed panel appearance on some websites
Fixed pane opening on extension webstores pages
2020-03-27 19:29:58 +03:00
Michael Gordeev fd5829defe Updated README.md 2020-03-27 19:28:11 +03:00
5 changed files with 25 additions and 12 deletions
+13 -7
View File
@@ -1,14 +1,14 @@
# Tabs aside for Google Chrome
![Chrome Web Store](https://img.shields.io/chrome-web-store/users/mgmjbodjgijnebfgohlnjkegdpbdjgin?label=Chrome%20Web%20Store%20downloads)
![Chrome Web Store](https://img.shields.io/chrome-web-store/rating/mgmjbodjgijnebfgohlnjkegdpbdjgin)
[![Chrome Web Store](https://img.shields.io/chrome-web-store/users/mgmjbodjgijnebfgohlnjkegdpbdjgin?label=Chrome%20Web%20Store%20downloads)](https://chrome.google.com/webstore/detail/tabs-aside/mgmjbodjgijnebfgohlnjkegdpbdjgin)
[![Chrome Web Store](https://img.shields.io/chrome-web-store/rating/mgmjbodjgijnebfgohlnjkegdpbdjgin)](https://chrome.google.com/webstore/detail/tabs-aside/mgmjbodjgijnebfgohlnjkegdpbdjgin)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/xfox111/chromiumtabsaside)](https://github.com/xfox111/chromiumtabsaside/releases/latest)
![GitHub All Releases](https://img.shields.io/github/downloads/xfox111/chromiumtabsaside/total?label=GitHub%20downloads)
[![GitHub All Releases Downloads](https://img.shields.io/github/downloads/xfox111/chromiumtabsaside/total?label=GitHub%20downloads)](https://github.com/xfox111/chromiumtabsaside/releases/latest)
[![GitHub issues](https://img.shields.io/github/issues/xfox111/chromiumtabsaside)](https://github.com/xfox111/ChromiumTabsAside/issues)
[![GitHub last commit](https://img.shields.io/github/last-commit/xfox111/chromiumtabsaside)](https://github.com/xfox111/ChromiumTabsAside/commits/master)
![GitHub repo size](https://img.shields.io/github/repo-size/xfox111/chromiumtabsaside?label=repo%20size)
[![GitHub repo size](https://img.shields.io/github/repo-size/xfox111/chromiumtabsaside?label=repo%20size)](https://github.com/xfox111/ChromiumTabsAside)
[![MIT License](https://img.shields.io/github/license/xfox111/chromiumtabsaside)](https://opensource.org/licenses/MIT)
[![Twitter Follow](https://img.shields.io/twitter/follow/xfox111?style=social)](https://twitter.com/xfox111)
@@ -16,17 +16,22 @@
![Tabs aside](https://xfox111.net/images/TabsAside.png)
If youre like me, you often find yourself with a bunch of open tabs. Youd like to get those tabs out of the way sometimes, but theyre maybe not worth saving as actual bookmarks.
If youre like me, you often find yourself with a bunch of open tabs. Youd like to get those tabs out of the way sometimes, but theyre maybe not worth saving as actual bookmarks.
In the Edge browser Microsoft has introduced new feature called "Tabs aside" (or Tab groups) which lets you set tabs aside in a sort of temporary workspace so that you can call them back up later.
In the Edge browser, Microsoft has introduced a new feature called "Tabs aside" (or Tab groups) which lets you set tabs aside in a sort of temporary workspace so that you can call them back up later.
Unfortunately, in new Chromium-based Microsoft Edge the devs decided not to implement this must-have-feature. So I've decided to create an browser extension which replicates this awesome feature in Chromium-based browsers
Unfortunately, in new Chromium-based Microsoft Edge, the devs decided not to implement this must-have-feature. So I've decided to create a browser extension which replicates this awesome feature in Chromium-based browsers
## Features
- Familiar UI inherited from legacy Microsoft Edge with some improvements
- Auto Dark mode
- Now you can restore one tab from collection without removing
## Download
- [Google Chrome Webstore](https://chrome.google.com/webstore/detail/tabs-aside/mgmjbodjgijnebfgohlnjkegdpbdjgin)
- [Microsoft Edge Add-ons Webstore]() *Available soon*
- [GitHub Releases](https://github.com/xfox111/chromiumtabsaside/releases/latest)
## To-do list
- Add ability to backup and restore saved tabs
- Add ability to share collections
@@ -37,6 +42,7 @@ Unfortunately, in new Chromium-based Microsoft Edge the devs decided not to impl
- Add ability to restore collections without removing them from the pane
- Add more languages (probably engage auto translator)
- Code cleanup
- Fix appearance on some websites
## Copyrights
> ©2020 Michael "XFox" Gordeev
+3 -3
View File
@@ -7,9 +7,9 @@
<nav>
<div>
<button onclick="window.open('https://github.com/xfox111/ChromiumTabsAside', '_blank')">Visit GitHub page</button>
<button onclick="window.open('https://chrome.google.com/webstore/category/extensions', '_blank')">Leave feedback</button>
<button onclick="window.open('https://buymeacoffee.com/xfox111', '_blank')">Buy me a coffee!</button>
<button value="https://github.com/xfox111/ChromiumTabsAside">Visit GitHub page</button>
<button value="https://chrome.google.com/webstore/detail/tabs-aside/mgmjbodjgijnebfgohlnjkegdpbdjgin">Leave feedback</button>
<button value="https://buymeacoffee.com/xfox111">Buy me a coffee!</button>
<!--<button hidden>Backup saved tabs</button>-->
</div>
<p>
+4
View File
@@ -9,6 +9,7 @@
left: 0 !important;
transition: .2s !important;
opacity: 0;
color: black !important;
}
.tabsAside.pane
@@ -122,8 +123,11 @@
.tabsAside.pane > section > h2
{
color: inherit !important;
margin: 0px 40px !important;
font-weight: normal !important;
font-size: 1.5em !important;
line-height: normal !important;
}
/* Collection header */
+3 -1
View File
@@ -1,6 +1,8 @@
chrome.browserAction.onClicked.addListener(function (tab)
{
if (tab.url.startsWith("http"))
if (tab.url.startsWith("http")
&& !tab.url.includes("chrome.google.com")
&& !tab.url.includes("microsoftedge.microsoft.com"))
{
chrome.tabs.insertCSS(
{
+2 -1
View File
@@ -1,9 +1,10 @@
{
"name": "Tabs Aside",
"version": "1.0",
"version": "1.1",
"manifest_version": 2,
"description": "Classic Microsoft Edge \"Tabs Aside\" feature for Chromium browsers",
"author": "Michael \"XFox\" Gordeev",
"default_locale": "en",
"permissions":
[
"tabs",