Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
beizhedenglong committed Oct 20, 2018
1 parent c71fa7e commit 4a32ac1
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
16 changes: 16 additions & 0 deletions README.md
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).
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bookmark Search",
"description": "Bookmark Search",
"description": "A Chrome extension for searching bookmark quickly.",
"version": "1.0.0",
"browser_action": {
"default_popup": "dist/popup.html",
Expand Down
Binary file added images/bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "bookmark-search",
"version": "1.0.0",
"description": "",
"description": "A Chrome extension for searching bookmark quickly.",
"main": "src/popup.js",
"scripts": {
"watch": "parcel watch --no-hmr ./src/popup.html -d extension/dist --no-source-maps --public-url ./",
"build": "parcel build ./src/popup.html -d extension/dist --no-source-maps --public-url ./",
"build": "yarn clean & parcel build ./src/popup.html -d extension/dist --no-source-maps --public-url ./",
"clean": "rm -rf ./extension/dist ./dist ./.cache",
"lint": "eslint ./src"
},
Expand Down
6 changes: 1 addition & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit 4a32ac1

Please sign in to comment.