Skip to content

Commit 7819f3e

Browse files
committed
🎨 Update Firefox usage
1 parent 15ab778 commit 7819f3e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The bookmarks bar can occupy the browsing window and affect concentration, so I
4040

4141
## Installation
4242

43-
- Install [**Maple Bookmarks**](https://chrome.google.com/webstore/detail/maple-bookmarks/lgncmpklmepncbjpiebhdoejhmbcnjad) from the Chrome Web Store. If you find it useful, we'd appreciate your review.
43+
- Install [**Maple Bookmarks**](https://chrome.google.com/webstore/detail/maple-bookmarks/lgncmpklmepncbjpiebhdoejhmbcnjad) from the Chrome Web Store, If you are a Firefox user, please install and use [Firefox Addon](https://addons.mozilla.org/zh-CN/firefox/addon/maple-bookmarks/). If you find it useful, we'd appreciate your review.
4444
- If you're unable to access the Chrome Web Store, you can download [Maple.zip](https://github.com/tw93/Maple/releases/latest/download/Maple.zip). After unzipping, refer to [Loading an unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked) to use the local package.
4545

4646
## More
@@ -54,7 +54,7 @@ The bookmarks bar can occupy the browsing window and affect concentration, so I
5454
1. First, organize your bookmarks. You can adjust the order of frequently used ones and delete those not often used to make it tidier.
5555
2. Use `Command+Shift+B`(Mac)、`Ctrl+Shift+B`(Windows) or right-click on the bookmarks bar to hide it.
5656
3. Click on the extension icon and pin `Maple Bookmarks` to the toolbar.
57-
4. Try using `Command + E`(Mac)、`Ctrl+B`(Windows) to quickly access your bookmarks.
57+
4. Try using `Command + E`(Mac)、`Ctrl+B`(Windows / Firefox) to quickly access your bookmarks.
5858
5. If you have an extensive collection of bookmarks, you can conveniently search through them using keywords. The search feature supports Chinese, English, and domain names. By default, the search function is not activated. To enable it, use the `Ctrl + S` shortcut or click the small arrow located at the top of the interface to switch to search mode.
5959
6. Each search will prioritize and display the top three most relevant results. You can easily navigate between these top results using the `` and `` keys on your keyboard. To swiftly access the highlighted bookmark, simply press the Enter key.
6060

README_CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
## 安装
4343

44-
- 使用 Chrome Web Store 来安装 [**Maple Bookmarks**](https://chrome.google.com/webstore/detail/maple-bookmarks/lgncmpklmepncbjpiebhdoejhmbcnjad)假如好用很欢迎评价
44+
- 使用 Chrome Web Store 来安装 [**Maple Bookmarks**](https://chrome.google.com/webstore/detail/maple-bookmarks/lgncmpklmepncbjpiebhdoejhmbcnjad)假如你是火狐用户,请通过 [Firefox Addon](https://addons.mozilla.org/zh-CN/firefox/addon/maple-bookmarks/) 来安装使用,好用很欢迎评价
4545
- 假如你不可访问,可以下载 [Maple.zip](https://github.com/tw93/Maple/releases/latest/download/Maple.zip),解压以后,参考 [Loading an unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked) 来使用本地包。
4646

4747
## 标签页
@@ -55,7 +55,7 @@
5555
1. 先整理好书签,可以调整常用顺序以及删除不常使用的,有文件夹的放后面,让它更整齐。
5656
2. 使用 `Command+Shift+B`(Mac)、`Ctrl+Shift+B`(Windows),或者在书签栏上右键隐藏掉书签栏。
5757
3. 点击扩展图标,将 `Maple Bookmarks` 给固定到工具栏上。
58-
4. 试试使用 `Command + E`(Mac)、`Ctrl+B`(Windows) 来快速访问书签吧。
58+
4. 试试使用 `Command + E`(Mac)、`Ctrl+B`(Windows / Firefox) 来快速访问书签吧。
5959
5. **假如你的书签很多,可以直接输入关键词来搜索,支持中文、英文、域名等**,默认不开启搜索,使用快捷键 `Ctrl + S` 或者点击界面上方小箭头打开搜索模式。
6060
6. 每次搜索会在最上方保留最匹配的三个结果,通过键盘的 ```` 可以快速切换最匹配结果,`Entry` 快速打开高亮的选中书签。
6161

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maple-bookmarks",
3-
"version": "1.7",
3+
"version": "1.10",
44
"description": "Let you navigate smoothly while hiding the bookmark bar.",
55
"main": "bookmark/popup.js",
66
"scripts": {

0 commit comments

Comments
 (0)