Bookmark Manager

Personal, Tag-based Bookmark Manager

什麼是Bookmark Manager?

Bookmark Manager是由https://bookmarkmanager.com開發的Chrome擴展程式,該擴展的主要功能是“Personal, Tag-based Bookmark Manager”。

擴展截圖

screenshot
screenshot
screenshot

下載Bookmark Manager擴展crx文件

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

擴展使用說明

                        Wave goodbye to bookmark chaos. Envision retrieving any bookmark on the spot, even if you can't remember details. Our tag chaining feature makes this a reality, allowing you to assemble the ultimate filter for fast, precise searches.

Plus, dive into your bookmark collection right from your browser’s address bar. Our seamless integration means you can initiate powerful searches directly where you type URLs, turning your address bar into a gateway to all your saved information. Fast, convenient, and designed with your workflow in mind, accessing your bookmarks has never been easier.

🔹 Smart Tags
🔹 Powerful Search
🔹 Synced across Platforms and Devices
🔹 Light and Dark Mode
🔹 Privacy and Security

Note: This extension only works with a Google account. The account is required to synchronize bookmarks across devices.                    

擴展基本資訊

名稱 Bookmark Manager Bookmark Manager
ID obdikhdfjocemafhpnidegmdfhbibdkf
官方網址 https://chromewebstore.google.com/detail/bookmark-manager/obdikhdfjocemafhpnidegmdfhbibdkf
簡介 Personal, Tag-based Bookmark Manager
檔案大小 42.28 KB
安裝次數 57
目前版本 2.1.0
更新時間 2024-03-02
上架時間 2023-08-22
評分 5.00/5 共 3 次評分
開發者 https://bookmarkmanager.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.termsfeed.com/live/b2f84c4a-d812-4c47-ab00-c1e385a431cb
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Manager",
    "description": "Personal, Tag-based Bookmark Manager",
    "version": "2.1.0",
    "author": "[email protected]",
    "permissions": [
        "cookies",
        "tabs",
        "clipboardRead"
    ],
    "omnibox": {
        "keyword": "b"
    },
    "action": {
        "default_title": "Bookmark Manager",
        "default_popup": "index.html",
        "default_icon": {
            "16": "icon_16.png",
            "24": "icon_24.png",
            "32": "icon_32.png"
        }
    },
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "bookmarks": "bookmarks.html"
    },
    "host_permissions": [
        "https:\/\/bookmarkmanager.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuWk76AKfFxHKZKI9aOP2tATqGhd8skU\/PqjxvgH1Se0Omn5fOzzt8cvGHI5F9EduH8qwWkQKTH\/7lEEU3MX\/sci6bd\/c9dGPAuHypYNI8vUAd0MVasRUlZlbJHckz8h8rPi\/+9codRmbmnT1juwGXqc5+ucxagzzCXISRZDGMElKpU1jwzykhzUdMzhF+HEOnQprw0h1MG7ZFC9QvzkOBVuMZh\/0AmIOJFgTqmd4nYqoZJqKkigBQgb9hU\/5krc+vm97Nsi5zXlJgY+5Nu5TScOkIUhRVye7b62Srpxyl0Nny3F6IifXP9s\/K0OlPnBTKKsIcrAME1p1CWQ7gyLbmwIDAQAB"
}