Skip to content

Commit

Permalink
Themes and playing media icon. issue #38 (#40)
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
shapkarin committed Feb 5, 2021
1 parent 39c86a0 commit 6bfd0d8
Show file tree
Hide file tree
Showing 18 changed files with 6,345 additions and 331 deletions.
3 changes: 0 additions & 3 deletions README

This file was deleted.

37 changes: 37 additions & 0 deletions README.md
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
33 changes: 0 additions & 33 deletions lib/options.js

This file was deleted.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Tab Glutton",
"version": "2.2.0",
"version": "2.3.0",
"permissions": [
"tabs"
],
Expand Down

0 comments on commit 6bfd0d8

Please sign in to comment.