Custom Browsing History
This allows you to keep a history of only your favorite sites.
Τι είναι το Custom Browsing History;
Το Custom Browsing History είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον umechanhika, και η κύρια λειτουργία του είναι "This allows you to keep a history of only your favorite sites.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Custom Browsing History
Λήψη αρχείων επέκτασης Custom Browsing History σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
### Features The browsing history of the websites you often visit is created by omakase (that is, fully automatically). Saves you the trouble of looking for sites you've seen before. Of course, you can also customize it freely. Once installed, click the icon from the toolbar. ### What is CustomBrowsingHistory? Sites that don't have "browsing history" or "recently viewed pages" are very inconvenient when searching for previously viewed pages, aren't they? CustomBrowsingHistory is a Chrome extension that solves such inconvenience and creates a browsing history of the set site so that it can be accessed instantly. Please try installing it first. ### Keyboard shortcuts are also available. - Show Extensions: command+h - Move left menu: command+↑↓ - Move right menu: ↑↓ - Open history: Enter/Return ### P.S. If you like this extension, I hope you will write a review on the web store when you feel like it.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Custom Browsing History |
ID | dklbojjfbmaonbdcgiabhfdindoppbko |
Επίσημο URL | https://chromewebstore.google.com/detail/custom-browsing-history/dklbojjfbmaonbdcgiabhfdindoppbko |
Περιγραφή | This allows you to keep a history of only your favorite sites. |
Μέγεθος Αρχείου | 16.3 KB |
Αριθμός Εγκαταστάσεων | 95 |
Τρέχουσα Έκδοση | 2.0.2 |
Τελευταία Ενημέρωση | 2023-06-27 |
Ημερομηνία Δημοσίευσης | 2020-12-30 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | umechanhika |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://umechanhika.notion.site/CustomBrowsingHistory-1cceb6b3919849fe812df39e7ad8520c |
Υποστηριζόμενες Γλώσσες | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom Browsing History", "version": "2.0.2", "description": "This allows you to keep a history of only your favorite sites.", "manifest_version": 3, "permissions": [ "storage", "history" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Custom Browsing History", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "128": "img\/icon128.png" }, "default_locale": "en", "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+H" } } } } |