Bookee - Instant Bookmark Manager
Browse, search and share your Bookmarks with screenshots and thumbnails!
什麼是Bookee - Instant Bookmark Manager?
Bookee - Instant Bookmark Manager是由https://olivernassar.com開發的Chrome擴展程式,該擴展的主要功能是“Browse, search and share your Bookmarks with screenshots and thumbnails!”。
擴展截圖
下載Bookee - Instant Bookmark Manager擴展crx文件
下載Bookee - Instant Bookmark Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
---
Here are a few things that Bookee does to make your life easier:
- ⚡️ Loads instantly on any tab as you browse
- 🔎 Shows better search results
- 🏞 Shows you a thumbnail of each bookmark
- ⌨️ Adds shortcut keys (like "Command + e" to edit a bookmark)
- 🍿 Let's you watch any YouTube bookmarked videos right away
- 🤝 Share your bookmarks and folders with your team (coming soon)
- 🔗 Add collections of links for quick access (coming soon)
We all use our Bookmarks and Bookmarks Tab. But it can get super-busy: too many bookmarks, and losing track of what we've bookmarked.
Bookee was designed to access and search through your bookmarks instantly: just press the "Command + Shift + k" shortcut, and Bookee will pop right up.
Start typing to instantly search through your bookmarks, and then press the Enter key to open that bookmark in a new tab.
Here's what Bookee will *not* do:
- 🚫 It will *not* share your data with any third party sites
- 🚫 It will *not* export your bookmarks to any servers
- 🚫 It will *not* be a closed system. We will be open sourcing it soon 🙂 擴展基本資訊
| 名稱 | |
| ID | akoaofleglimjejcdodgocaicfjbmhkc |
| 官方網址 | https://chromewebstore.google.com/detail/bookee-instant-bookmark-m/akoaofleglimjejcdodgocaicfjbmhkc |
| 簡介 | Browse, search and share your Bookmarks with screenshots and thumbnails! |
| 檔案大小 | 1.03 MB |
| 安裝次數 | 697 |
| 目前版本 | 1.1.23 |
| 更新時間 | 2024-01-23 |
| 上架時間 | 2022-01-05 |
| 評分 | 4.27/5 共 11 次評分 |
| 開發者 | https://olivernassar.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://onassar.github.io/extensions/bookee/ |
| 隱私政策頁面URL | https://onassar.github.io/extensions/privacy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bookee - Instant Bookmark Manager",
"short_name": "bookee",
"description": "Browse, search and share your Bookmarks with screenshots and thumbnails!",
"homepage_url": "https:\/\/onassar.github.io\/extensions\/bookee\/",
"version": "1.1.23",
"author": "Oliver Nassar",
"manifest_version": 3,
"background": {
"service_worker": "\/js\/runtime\/background.js"
},
"commands": {
"toggle-bookee-command": {
"suggested_key": {
"chromeos": "Ctrl+Shift+K",
"default": "Ctrl+Shift+K",
"linux": "Ctrl+Shift+K",
"mac": "Command+Shift+K",
"windows": "Ctrl+Shift+K"
},
"description": "Toggle Bookee"
}
},
"action": {
"default_title": "Search Bookmarks"
},
"permissions": [
"activeTab",
"bookmarks",
"notifications",
"scripting",
"storage",
"tabs"
],
"optional_permissions": [],
"host_permissions": [
" | |