Finder Bookmarks
A bookmarks manager like macOS Finder.
Finder Bookmarks란 무엇입니까?
Finder Bookmarks은(는) https://guokai.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A bookmarks manager like macOS Finder."입니다.
확장 프로그램 스크린샷
Finder Bookmarks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Finder Bookmarks |
ID | giheghkconpffcaboaoabfjopnnoiglm |
공식 URL | https://chromewebstore.google.com/detail/finder-bookmarks/giheghkconpffcaboaoabfjopnnoiglm |
설명 | A bookmarks manager like macOS Finder. |
파일 크기 | 86.43 KB |
설치 횟수 | 1,567 |
현재 버전 | 1.0.15 |
최근 업데이트 | 2023-08-25 |
출시 날짜 | 2019-09-26 |
평점 | 4.53/5 총 34 개의 평점 |
개발자 | https://guokai.dev |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://guokai.dev/privacy |
지원되는 언어 | 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" ] } |