Bookmark Manager and Viewer

An elegant bookmark manager with fuzzy search and more

Bookmark Manager and Viewer란 무엇입니까?

Bookmark Manager and Viewer은(는) InBasic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An elegant bookmark manager with fuzzy search and more"입니다.

확장 프로그램 스크린샷

screenshot

Bookmark Manager and Viewer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The "Bookmarks Manager and Viewer" extension provides a panel view to modify your bookmarks. The panel is equipped with fuzzy search (like Google search) to help you find the matching bookmarks. You have a set of tools to edit your bookmarks on the fly. It is even possible to drag a bookmark to a new position in the tree or create a new directory and place the bookmark inside it.

Features:
1. Fuzzy Search: Use to find matching items even if you are not sure what the exact title or URL of the stored bookmark is.
2. Validation Button: Delete broken bookmarks or find duplicated bookmarks recursively.
3. Edit Properties: Modify the title or address of a bookmark
4. Toolbar Color: Detect if the current page is bookmarked or not
5. Sort Bookmarks
6. Supports Live Bookmarks
7. Opening Mode: Open in a browser tab or popup view
8. Keyboard Navigation and Operation                    

확장 프로그램 기본 정보

이름 Bookmark Manager and Viewer Bookmark Manager and Viewer
ID mnhojcjhcilkgkmijhphlbmghmmdhlfg
공식 URL https://chromewebstore.google.com/detail/bookmark-manager-and-view/mnhojcjhcilkgkmijhphlbmghmmdhlfg
설명 An elegant bookmark manager with fuzzy search and more
파일 크기 302 KB
설치 횟수 10,000
현재 버전 0.3.2
최근 업데이트 2024-02-05
출시 날짜 2018-10-23
평점 3.96/5 총 93 개의 평점
개발자 InBasic
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://webextension.org/listing/bookmarks-manager.html
도움말 페이지 URL https://webextension.org/listing/bookmarks-manager.html
개인정보 보호 정책 페이지 URL https://add0n.com/policies/inb.cor.txt
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark Manager and Viewer",
    "description": "An elegant bookmark manager with fuzzy search and more",
    "version": "0.3.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "bookmarks",
        "favicon",
        "notifications",
        "contextMenus",
        "declarativeContent"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_popup": "\/data\/panel\/index.html"
    },
    "sidebar_action": {
        "default_panel": "\/data\/panel\/index.html?in=sidebar",
        "default_icon": {
            "16": "\/data\/icons\/16.png",
            "32": "\/data\/icons\/32.png",
            "48": "\/data\/icons\/48.png",
            "64": "\/data\/icons\/64.png",
            "128": "\/data\/icons\/128.png"
        }
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/bookmarks-manager.html",
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "options_ui": {
        "page": "\/data\/options\/index.html",
        "open_in_tab": true
    }
}