Skip to content

Commit

Permalink
release: v8.0.0 options page
Browse files Browse the repository at this point in the history
  • Loading branch information
willbchang committed Jan 28, 2022
1 parent 0d2354b commit de0c4f3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Please rate it on [chrome web store](https://chrome.google.com/webstore/detail/f

## Features

![Chrome Read Later 1168x309=2560x1600](images/sample-white.png)
![Chrome Read Later 1168x364=2560x1600](images/sample-white.png#gh-light-mode-only)
![Chrome Read Later 1168x364=2560x1600](images/sample-dark.png#gh-dark-mode-only)

### Reading List
- **Reading Progress**(Orange %): It gets and sets the scroll position of current page.
Expand All @@ -40,6 +41,7 @@ Please rate it on [chrome web store](https://chrome.google.com/webstore/detail/f
### Status Bar
- **Row Number : Total Count**
- **History Icon**: Click to on/off history mode.
- **Options Icon**: Click to open options page.
- **Question Icon**: Click to open the documentation & feedback page.

## Usages
Expand Down Expand Up @@ -91,6 +93,7 @@ Find **Read Later** and set the shortcuts(resolve the keyboard shortcuts conflic
| Restore a deletion | \ | <kbd>Command</kbd> + <kbd>z</kbd> | <kbd>u</kbd> |
| Copy link address | `Right Click` and select copy link address | \ | <kbd>yy</kbd> |
| On/Off history mode | Click History icon | \ | <kbd>H</kbd> |
| Open setting page | Click Setting icon | \ | <kbd>,</kbd> |
| Open documentation & feedback site | Click Question icon | \ | <kbd>?</kbd> |
| Show full title and link | `Hover` text | \ | \ |

Expand Down
Binary file modified .github/images/sample-dark.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 modified .github/images/sample-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
"contextMenus",
"chrome://favicon/"
],
"version": "7.1.0"
"version": "8.0.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrome-read-later",
"version": "7.1.0",
"version": "8.0.0",
"description": "A temporary bookmark focuses on reading later, rather than closing and removing, with several Vim keybindings!",
"main": "popup.js",
"scripts": {
Expand Down

0 comments on commit de0c4f3

Please sign in to comment.