Maple Bookmarks
Let you navigate smoothly while hiding the bookmark bar.
什麼是Maple Bookmarks?
Maple Bookmarks是由https://maple.tw93.fun開發的Chrome擴展程式,該擴展的主要功能是“Let you navigate smoothly while hiding the bookmark bar.”。
擴展截圖
下載Maple Bookmarks擴展crx文件
下載Maple Bookmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The bookmarks bar can occupy the browsing window and affect concentration, so I often hide it. However, this makes accessing bookmarks inconvenient. Therefore, I developed the Maple Bookmarks extension. By just using the shortcut Command + E, you can quickly access your bookmarks, which is practical and convenient.
擴展基本資訊
名稱 | Maple Bookmarks |
ID | lgncmpklmepncbjpiebhdoejhmbcnjad |
官方網址 | https://chromewebstore.google.com/detail/maple-bookmarks/lgncmpklmepncbjpiebhdoejhmbcnjad |
簡介 | Let you navigate smoothly while hiding the bookmark bar. |
檔案大小 | 29.91 KB |
安裝次數 | 1,277 |
目前版本 | 1.10 |
更新時間 | 2023-09-14 |
上架時間 | 2023-07-28 |
評分 | 4.86/5 共 7 次評分 |
開發者 | https://maple.tw93.fun |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/tw93/Maple |
說明頁面URL | https://github.com/tw93/Maple/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Maple Bookmarks", "description": "Let you navigate smoothly while hiding the bookmark bar.", "version": "1.10", "action": { "default_popup": "popup.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+E", "mac": "Command+E" } } }, "optional_host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "bookmarks", "favicon" ], "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" } } |