Finder Bookmarks
A bookmarks manager like macOS Finder.
Cos'è Finder Bookmarks?
Finder Bookmarks è un'estensione di Chrome sviluppata da https://guokai.dev, e la sua funzione principale è "A bookmarks manager like macOS Finder.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Finder Bookmarks
Scarica i file di estensione Finder Bookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension will replace Chrome's default bookmarks manager. It's very useful if you have lots of bookmarks. Similar to Mac Finder in columns view, you can manage and navigate bookmarks by mouse or keyboard shortcuts, for example: • Navigate all bookmarks using mouse or arrow keys. • Open a bookmark by double click or enter key. • Open all bookmarks in a folder by context menu. • Drag and Drop a bookmark to a new location. • Create, edit or delete bookmark or folder by context menu. • Select multi bookmarks to move, delete or open. • Copy/cut/paste bookmarks(except folders) by shortcuts. • Sort bookmarks by name. • Support many keyboard shortcuts. How to use: • Click this extension's icon • Click menu item at Chrome -> Bookmarks -> Bookmark Manager • Use Chrome keyboard shortcuts, Windows/Linux is Ctrl + Shift + o, Mac is ⌘ + Option + b Bookmarks menu(in top left menu ▼) • Switch Dark/Light Theme • Show keyboard shortcuts or press '?' key This extension is a part of another extension "Re-newtab" that contains this bookmarks manager in Chrome newtab.
Informazioni di Base sull'Estensione
Nome | Finder Bookmarks |
ID | giheghkconpffcaboaoabfjopnnoiglm |
URL Ufficiale | https://chromewebstore.google.com/detail/finder-bookmarks/giheghkconpffcaboaoabfjopnnoiglm |
Descrizione | A bookmarks manager like macOS Finder. |
Dimensione del File | 86.43 KB |
Conteggio Installazioni | 1,567 |
Versione Corrente | 1.0.15 |
Ultimo Aggiornamento | 2023-08-25 |
Data di Pubblicazione | 2019-09-26 |
Valutazione | 4.53/5 Totale 34 Valutazioni |
Sviluppatore | https://guokai.dev |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://guokai.dev/privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Finder Bookmarks", "version": "1.0.15", "author": "Guokai Han", "manifest_version": 3, "description": "A bookmarks manager like macOS Finder.", "offline_enabled": true, "minimum_chrome_version": "104", "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "chrome_url_overrides": { "bookmarks": "bookmarks.html" }, "action": [], "background": { "service_worker": "background.js" }, "permissions": [ "bookmarks", "storage", "favicon" ] } |