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
官方網址 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": [
                "*"
            ]
        }
    ]
}