Finder Bookmarks

A bookmarks manager like macOS Finder.

Qu'est-ce que Finder Bookmarks ?

Finder Bookmarks est une extension Chrome développée par https://guokai.dev, et sa fonction principale est "A bookmarks manager like macOS Finder.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Finder Bookmarks

Téléchargez les fichiers d'extension Finder Bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Finder Bookmarks Finder Bookmarks
ID giheghkconpffcaboaoabfjopnnoiglm
URL Officiel https://chromewebstore.google.com/detail/finder-bookmarks/giheghkconpffcaboaoabfjopnnoiglm
Description A bookmarks manager like macOS Finder.
Taille du Fichier 86.43 KB
Nombre d'Installations 1,567
Version Actuelle 1.0.15
Dernière Mise à Jour 2023-08-25
Date de Publication 2019-09-26
Évaluation 4.53/5 Total 34 Évaluations
Développeur https://guokai.dev
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://guokai.dev/privacy
Langues Prises en Charge 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"
    ]
}