Skip to content

Commit

Permalink
updated screen shots and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
babyman committed Apr 18, 2015
1 parent 1d1588c commit db2e86d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion quick-tabs/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<body>
<div id="tools" class="tools"></div>
<div class="qs_wrapper">
<input type="text" name="search" value="" class ="qs_input" id="searchbox" placeholder="Search, start or end with spaces for bookmarks" autocomplete="off" tabindex="1" autofocus/>
<input type="text" name="search" value="" class ="qs_input" id="searchbox" placeholder="Search, add spaces to include bookmarks or history" autocomplete="off" tabindex="1" autofocus/>
</div>
<div class="content" tabindex="2">
<div id="content-list">
Expand Down
18 changes: 16 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ Visit the [Quick Tabs](https://chrome.google.com/extensions/detail/jnjfeinjfmenl
* lists all the open tabs in Chrome across all of your open windows
* tabs are listed in most recently used (MRU) order and excludes the current tab (since you're switching tabs)
* quickly search and select tabs by typing letters in the page title or url
* search your bookmarks:
* fuzzy search your bookmarks:
* bookmarks are automatically searched when only a few tabs match your search string
* add a space at the start or end of your search string to search bookmarks along with tabs
* add two spaces at the start or end of your search string to search only bookmarks
* fuzzy search your browser history:
* add three spaces at the start or end of your search string to search browser history
* displays the number of tabs you currently have open in all your Chrome windows
* track recently closed tabs and allow them to be searched and restored
* shortcut key to launch popup window from most tabs, defaults to Ctrl + e, configurable on the keyboard shortcuts page at the bottom of the Chrome Extensions page.
Expand All @@ -34,7 +36,7 @@ Visit the [Quick Tabs](https://chrome.google.com/extensions/detail/jnjfeinjfmenl

Quick Tabs requires the following:

* **Read your browsing history**: required to record your open tabs.
* **Read and change your browsing history**: _read only_ access is required to record your open tabs.
* **Read and change your bookmarks**: _read only_ access is required to search and display your bookmarks.


Expand All @@ -48,6 +50,16 @@ Quick Tabs requires the following:

![Search Screenshot](screenshots/searching_tabs.png?raw=true)

#### History search.

![Search History](screenshots/searching_history.png?raw=true)

Search your browser history by adding 3 spaces to the start or end of your search query.

#### Decide what to show.

![Search History](screenshots/go_minimal.png?raw=true)

#### Custom CSS styling.

![Search Screenshot](screenshots/custom_css.png?raw=true)
Expand All @@ -67,6 +79,8 @@ Please report all your valuable feedback, feature requests and bug reports on th

# RELEASE NOTES

2015.4.17 - fixed issue opening urls when they contain search character matches. Added support to fuzzy history search by starting or ending the search string with 3 spaces

2015.4.8 - underline search string hits, add option to include URLs when searching even if they are not being displayed in the tab list

2015.3.31 - added show/hide badge tab count option, removed the css rules that forced the popup window to a specific size (allowing chrome to manage that)
Expand Down
Binary file removed screenshots/extensions_page.png
Binary file not shown.
Binary file added screenshots/go_minimal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshots/in_action_no_urls.png
Binary file not shown.
Binary file removed screenshots/page_action_icon.png
Binary file not shown.
Binary file added screenshots/searching_history.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit db2e86d

Please sign in to comment.