Finder Bookmarks

A bookmarks manager like macOS Finder.

Wat is Finder Bookmarks?

Finder Bookmarks is een Chrome-extensie ontwikkeld door https://guokai.dev, en de belangrijkste functie is "A bookmarks manager like macOS Finder.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Finder Bookmarks

Download Finder Bookmarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Finder Bookmarks Finder Bookmarks
ID giheghkconpffcaboaoabfjopnnoiglm
Officiële URL https://chromewebstore.google.com/detail/finder-bookmarks/giheghkconpffcaboaoabfjopnnoiglm
Beschrijving A bookmarks manager like macOS Finder.
Bestandsgrootte 86.43 KB
Aantal Installaties 1,567
Huidige Versie 1.0.15
Laatst Bijgewerkt 2023-08-25
Publicatiedatum 2019-09-26
Beoordeling 4.53/5 Totaal 34 Beoordelingen
Ontwikkelaar https://guokai.dev
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://guokai.dev/privacy
Ondersteunde Talen 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"
    ]
}