-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* playing media indication #38 * remove title #38 * add several styled-components [#38] * basic theme switch #38 * more theming and todo #38 * migrate oprions to react [in progress] #16 #38 * basic theme switch at user options #38 * remove useless css rule * migration to styled-components [in progress] & fix some admin options * style body with theme, fix media icon, fix options * default theme const * fix active tab indication #38 * fix pin * migrate tab-tem to styled components #38 * fixes * fix typo * fix options * remove old comment * theme section border * change version and add contributors to package.json * fix dense option * reafct options * fix options * remove old options.js * themes names uppercase * add info to the README.md * fix typo * fix typo * fix titles * add getting started tutorial link * rename readme link
- Loading branch information
Yury Shapkarin
authored
Feb 5, 2021
1 parent
39c86a0
commit 6bfd0d8
Showing
18 changed files
with
6,345 additions
and
331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<p align="center"> | ||
<a href="https://chrome.google.com/webstore/detail/tab-glutton/ekfmaibfpamaegficfifofnlhalkbdfm" align="center" target="_blank"> | ||
<img src="./img/tab_glutton_128.png"> | ||
</a> | ||
</p> | ||
|
||
# Tab Glutton | ||
|
||
Chrome extension that helps you manage and navigate the growing number of tabs in your browser. | ||
|
||
Tab Glutton is here to help you sift through the open tabs in your browser. It supports filtering open tabs by the tab's title or URL. Once you find the tab you're looking for, you can click on the entry to go directly to that tab. | ||
|
||
You can install the extension from the [Chrome Web Store](https://chrome.google.com/webstore/detail/tab-glutton/ekfmaibfpamaegficfifofnlhalkbdfm). | ||
|
||
|
||
## Installation | ||
|
||
### Install dependencies | ||
``` | ||
npm i | ||
``` | ||
|
||
### Run watch script | ||
``` | ||
npm start | ||
``` | ||
|
||
### Load yours unpacked version | ||
- Open the Extension Management page by navigating to chrome://extensions | ||
- The Extension Management page can also be opened by clicking on the Chrome menu, hovering over More Tools then selecting Extensions. | ||
- Enable Developer Mode by clicking the toggle switch next to Developer mode. | ||
- Click the LOAD UNPACKED button and select the extension directory. | ||
|
||
Chrome extensions [getting started tutorial](https://developer.chrome.com/extensions/getstarted). | ||
|
||
## License | ||
MIT |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.