mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-04-22 07:58:01 +03:00
cb45f1a7b3
- Added ability to disable tabs loading on restoring (#10) - Extension optimization - Added "Contributors" page link - Updated README.md Co-authored-by: Amine A. <15179425+AmineI@users.noreply.github.com> Co-Authored-By: Michael Gordeev <michael@xfox111.net>
62 lines
1.7 KiB
HTML
62 lines
1.7 KiB
HTML
<div class="tabsAside background">
|
|
<aside class="tabsAside pane">
|
|
<header>
|
|
<div>
|
|
<h1>Tabs aside</h1>
|
|
<button title="Options"></button>
|
|
|
|
<nav>
|
|
<p>
|
|
<input type="checkbox" id="loadOnRestore"/>
|
|
<label for="loadOnRestore">Load tabs on restore</label>
|
|
</p>
|
|
<div>
|
|
<button value="https://github.com/xfox111/ChromiumTabsAside">Visit GitHub page</button>
|
|
<button value="https://github.com/XFox111/ChromiumTabsAside/graphs/contributors">Project contributors</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>
|
|
<small>v1.0</small><br />
|
|
Developed by Michael Gordeev (<a href="https://twitter.com/xfox111" target="_blank">@xfox111</a>)
|
|
</p>
|
|
</nav>
|
|
</div>
|
|
<a class="saveTabs"> Set current tabs aside</a>
|
|
<hr />
|
|
</header>
|
|
|
|
<section>
|
|
<h2>You have no aside tabs</h1>
|
|
|
|
<!--<div>
|
|
<div>
|
|
<span>Tabs: $(tabsCount)</span>
|
|
<small>$(timestamp)</small>
|
|
|
|
<a>Restore tabs</a>
|
|
|
|
<div>
|
|
<button title="More..."></button>
|
|
<nav>
|
|
<button>Add tabs to favorites</button>
|
|
<button>Share tabs</button>
|
|
</nav>
|
|
</div>
|
|
<button title="Remove collection"></button>
|
|
</div>
|
|
|
|
<div>
|
|
<div title="Tab title caption">
|
|
<div>
|
|
<div></div>
|
|
<span>$(title)</span>
|
|
<button title="Remove tab from collection"></button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>-->
|
|
</section>
|
|
</aside>
|
|
</div> |