Skip to content

Commit

Permalink
Merge pull request #18 from satoryu/release-v1.7.0
Browse files Browse the repository at this point in the history
Bump up the version to 1.7.0
  • Loading branch information
satoryu authored Oct 27, 2023
2 parents d846054 + dd0d044 commit 0eea29f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Binary file added docs/copy-as-quote.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ layout: home

<iframe width="560" height="315" src="https://www.youtube.com/embed/prKgvy8d9-c" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

## Screenshots
## Features

### Popup

![Popup](./screenshot_popup.png)

Expand All @@ -19,10 +21,20 @@ The popup provides three buttons to copy links of:
- `Copy Selected Tabs`: the selected tabs in the current window
- `Copy All Tabs`: all the tabs in the current window

### Context Menus

#### Copy Link to the current page

![Context Menu](./screenshot_contextmenu.png)

As shown in this screenshot, one context menu is provided for copying a link to the current tab.

#### Copy as Quote

![Cop as Quote](./copy-as-quote.gif)

This context menu copies selected text as quote in Scrapbox notation.

## How to install

Visit [Chrome Web Store](https://chrome.google.com/webstore/detail/copy-for-scrapbox/kalhokahkhkmbkiliieonfdmdeajlnog) and click "Add to Chrome" button.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "copy-for-scrapbox",
"description": "This is a Chrome extension which helps [scrapbox](https://scrapbox.io/) users to create a link. Users can generate a link to the page in the current tab in Scrapbox format and copy it to their clipboad.",
"version": "1.6.0",
"version": "1.7.0",
"main": "background.js",
"devDependencies": {
"@babel/preset-env": "^7.20.2",
Expand Down

0 comments on commit 0eea29f

Please sign in to comment.