Bookmark Manager

Bookmark Manager

什么是Bookmark Manager?

Bookmark Manager是由https://aureolls.com开发的Chrome扩展程序,该扩展的主要功能是“Bookmark Manager”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Bookmark Manager扩展crx文件

下载Bookmark Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Experience a new bookmark manager with restore session page, search & better history and bookmarks.

Now rearrange sessions using drag & drop from UI. Sessions page is now with search functionality. You can delete duplicate URLs with one click. You can search your bookmarks and history, right from the extension popup. 

Organise your existing bookmarks using Bookmark Manager. You can move your existing bookmarks to separate folders, by just specifying any word present in your bookmark URL.

Manage bookmarks and folders:
- Identify Duplicate bookmarks.
- Clean your bookmarks by deleting empty folders.

Navigate through fields from keyboard using 'Enter' key.

Set shortcut for triggering extension:
Go to Url 'chrome://extensions/'. In the menu there is a Keyboard shortcuts link.

Permissions: 
- "Tabs" in order to bookmark your current session.
- "Bookmarks" in order to save bookmarks.

Note: None of your information (history or bookmarks) are stored or kept anywhere else than on your computer.                    

扩展基本信息

名称 Bookmark Manager Bookmark Manager
ID idakfiahffeejfhghndaboolmmhbnepn
官方URL https://chromewebstore.google.com/detail/bookmark-manager/idakfiahffeejfhghndaboolmmhbnepn
简介 Bookmark Manager
文件大小 516 KB
安装次数 61,770
当前版本 11.4.0
更新时间 2024-01-31
上架时间 2020-05-17
评分 3.68/5 共53次评分
开发者 https://aureolls.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.aureolls.com/
帮助页面URL https://www.aureolls.com/bookmark-manager-chrome-extension-how-to-use-features/
隐私政策页面URL https://aureolls.com/index.php/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Manager",
    "short_name": "Bookmark",
    "description": "Bookmark Manager",
    "version": "11.4.0",
    "icons": {
        "128": "icons\/icon.png"
    },
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Bookmark"
    },
    "permissions": [
        "tabs",
        "history",
        "bookmarks",
        "",
        "storage",
        "favicon"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ]
}