-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c71fa7e
commit 4a32ac1
Showing
6 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Bookmark Search | ||
A Chrome extension for searching bookmark quickly. | ||
|
||
![](images/bg.jpg) | ||
|
||
## Installation | ||
|
||
Get it from Chrome web store: [Bookmark Search](https://chrome.google.com/webstore/detail/bookmark-search/pidmfcbodnhpmapcgchdkhpahjhfhlkc) | ||
|
||
## Install Manually | ||
- Clone this repository | ||
- Go to root of the project then run `yarn & yarn build` | ||
- Open Chrome. Go to `chrome://extensions` management page, Click *Load unpacked* button, then select extension folder of this project on your disk. | ||
|
||
## Shortcuts | ||
- Ctrl+Shift+P: Toggle Bookmark Search popup window.(replace `Ctrl` with `Command` for macOS users). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2386,10 +2386,6 @@ fbjs@^0.8.0, fbjs@^0.8.15, fbjs@^0.8.16, fbjs@^0.8.9: | |
setimmediate "^1.0.5" | ||
ua-parser-js "^0.7.18" | ||
|
||
fetch-jsonp@^1.1.3: | ||
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/fetch-jsonp/-/fetch-jsonp-1.1.3.tgz#9eb9e585ba08aaf700563538d17bbebbcd5a3db2" | ||
|
||
figures@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962" | ||
|
@@ -4452,7 +4448,7 @@ querystring-es3@^0.2.0: | |
version "0.2.1" | ||
resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73" | ||
|
||
[email protected], querystring@^0.2.0: | ||
[email protected]: | ||
version "0.2.0" | ||
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620" | ||
|
||
|