Bookee - Instant Bookmark Manager
Browse, search and share your Bookmarks with screenshots and thumbnails!
Τι είναι το Bookee - Instant Bookmark Manager;
Το Bookee - Instant Bookmark Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://olivernassar.com, και η κύρια λειτουργία του είναι "Browse, search and share your Bookmarks with screenshots and thumbnails!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bookee - Instant Bookmark Manager
Λήψη αρχείων επέκτασης 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 🙂
Βασικές Πληροφορίες Επέκτασης
Όνομα | Bookee - Instant Bookmark Manager |
ID | akoaofleglimjejcdodgocaicfjbmhkc |
Επίσημο URL | 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": [ " |