Skip to content

Commit d198475

Browse files
committed
Update usage
1 parent d0e44f2 commit d198475

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,24 @@ Almost the same as the example of bookmark. so, the differences are indicate.
130130

131131
<br/>
132132

133+
### Use as a search engine
134+
135+
In firefox, you can use it as a search engine by adding it to your bookmarks as follows.
136+
137+
- bookmark
138+
139+
```
140+
moz-extension://[ADDON-ID]/index.html?t=b&q=%s
141+
```
142+
143+
- history
144+
145+
```
146+
moz-extension://[ADDON-ID]/index.html?t=h&q=%s
147+
```
148+
149+
<br/>
150+
133151
# Development
134152

135153
<br/>

0 commit comments

Comments
 (0)