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文件

下載Bookmark Manager and Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}