Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Themes and playing media icon. issue #38 #40

Merged
merged 32 commits into from
Feb 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
b1e397a
playing media indication nsand#38
Jan 26, 2020
4432e57
remove title nsand#38
Jan 27, 2020
86a7811
add several styled-components [#38]
Jan 28, 2020
db304bc
basic theme switch #38
Jan 28, 2020
c1bedd9
more theming and todo #38
Jan 28, 2020
69e07bc
migrate oprions to react [in progress] #16 #38
Jan 28, 2020
97b9981
basic theme switch at user options #38
Jan 28, 2020
62ecf4b
remove useless css rule
Jan 28, 2020
cea65a9
Merge pull request #2 from shapkarin/react-admin
Jan 28, 2020
8366f15
migration to styled-components [in progress] & fix some admin options
Jan 29, 2020
39503af
style body with theme, fix media icon, fix options
Jan 30, 2020
c0181cc
default theme const
Jan 30, 2020
f0b1ebb
fix active tab indication #38
Jan 30, 2020
f236f5d
fix pin
Jan 30, 2020
1a2c18f
migrate tab-tem to styled components #38
Jan 30, 2020
6531a58
fixes
Jan 31, 2020
c39eb4f
fix typo
Jan 31, 2020
d04d617
fix options
Jan 31, 2020
9485240
remove old comment
Jan 31, 2020
3207728
theme section border
Jan 31, 2020
f927127
change version and add contributors to package.json
Jan 31, 2020
5297b5d
fix dense option
Jan 31, 2020
6c3f59f
reafct options
Jan 31, 2020
84d2c36
fix options
Jan 31, 2020
b9ca48d
remove old options.js
Feb 2, 2020
144cf91
themes names uppercase
Feb 2, 2020
1e44b19
add info to the README.md
Feb 4, 2020
d154edf
fix typo
Feb 4, 2020
af7faed
fix typo
Feb 4, 2020
8451336
fix titles
Feb 4, 2020
9b2f860
add getting started tutorial link
Feb 5, 2020
5cd9c57
rename readme link
Feb 5, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading