Finder Bookmarks
A bookmarks manager like macOS Finder.
What is Finder Bookmarks?
Finder Bookmarks is a Chrome extension developed by https://guokai.dev, and its main feature is "A bookmarks manager like macOS Finder.".
Extension Screenshots
Download Finder Bookmarks Extension CRX File
Download Finder Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Finder Bookmarks |
ID | giheghkconpffcaboaoabfjopnnoiglm |
Official URL | https://chromewebstore.google.com/detail/finder-bookmarks/giheghkconpffcaboaoabfjopnnoiglm |
Description | A bookmarks manager like macOS Finder. |
File Size | 86.43 KB |
Installation Count | 1,567 |
Current Version | 1.0.15 |
Last Updated | 2023-08-25 |
Publish Date | 2019-09-26 |
Rating | 4.53/5 Total 34 Ratings |
Developer | https://guokai.dev |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://guokai.dev/privacy |
Supported Languages | 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" ] } |