Search Bookmarks, History and Tabs
Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.
Τι είναι το Search Bookmarks, History and Tabs;
Το Search Bookmarks, History and Tabs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον heimlersimon, και η κύρια λειτουργία του είναι "Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Search Bookmarks, History and Tabs
Λήψη αρχείων επέκτασης Search Bookmarks, History and Tabs σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension does not collect any data, nor does it make any external requests. It supports two different search approaches or a hybrid between both: - Fuzzy search (approximate string matching) - Precise search (exact matching) With this extension you can also **tag your bookmarks** including auto completions. The tags are considered when searching and can be used for navigation. In general, the extension is very customizable and has a dark / light theme that is selected based on your system settings. You can find more information here: https://github.com/Fannon/search-bookmarks-history-and-tabs#readme
Βασικές Πληροφορίες Επέκτασης
Όνομα | Search Bookmarks, History and Tabs |
ID | cofpegcepiccpobikjoddpmmocficdjj |
Επίσημο URL | https://chromewebstore.google.com/detail/search-bookmarks-history/cofpegcepiccpobikjoddpmmocficdjj |
Περιγραφή | Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs. |
Μέγεθος Αρχείου | 82.83 KB |
Αριθμός Εγκαταστάσεων | 979 |
Τρέχουσα Έκδοση | 1.9.5 |
Τελευταία Ενημέρωση | 2023-12-14 |
Ημερομηνία Δημοσίευσης | 2021-07-25 |
Αξιολόγηση | 4.91/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | heimlersimon |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/Fannon/search-tabs-bookmarks-and-history#readme |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/Fannon/search-tabs-bookmarks-and-history/discussions |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Bookmarks, History and Tabs", "description": "Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.", "homepage_url": "https:\/\/github.com\/Fannon\/search-bookmarks-history-and-tabs", "author": "Simon Heimler", "version": "1.9.5", "manifest_version": 3, "permissions": [ "tabs", "bookmarks", "history", "storage" ], "action": { "default_popup": "\/popup\/index.html", "default_icon": { "16": "\/images\/logo-16.png", "32": "\/images\/logo-32.png", "48": "\/images\/logo-48.png", "128": "\/images\/logo-128.png" } }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+Period", "mac": "Command+Shift+Period" }, "description": "Open search popup" } }, "icons": { "16": "\/images\/logo-16.png", "32": "\/images\/logo-32.png", "48": "\/images\/logo-48.png", "128": "\/images\/logo-128.png" } } |