Duplicate Bookmarks Finder

Find and delete duplicate bookmarks.

What is Duplicate Bookmarks Finder?

Duplicate Bookmarks Finder is a Chrome extension developed by dev.zaksid, and its main feature is "Find and delete duplicate bookmarks.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Duplicate Bookmarks Finder Extension CRX File

Download Duplicate Bookmarks Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows to find and delete duplicate bookmarks.

Features:
- List all duplicated bookmarks
- Delete selected duplicates
- Dark/Light mode
- Use RegEx to ignore particular URL patterns                    

Extension Basic Information

Name Duplicate Bookmarks Finder Duplicate Bookmarks Finder
ID mmfbmpbplefbggnhpiojnhcadkhglnlf
Official URL https://chromewebstore.google.com/detail/duplicate-bookmarks-finde/mmfbmpbplefbggnhpiojnhcadkhglnlf
Description Find and delete duplicate bookmarks.
File Size 291 KB
Installation Count 819
Current Version 1.0.1
Last Updated 2024-01-26
Publish Date 2022-08-04
Rating 2.00/5 Total 3 Ratings
Developer dev.zaksid
Email [email protected]
Payment Type free
Extension Website https://github.com/zaksid/ext-duplicate-bookmarks-finder
Supported Languages en,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.0.1",
    "author": "Oleksandr Mahdybor",
    "homepage_url": "https:\/\/github.com\/zaksid\/ext-duplicate-bookmarks-finder",
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "action": {
        "browser_style": true,
        "default_popup": "popup.html",
        "default_title": "__MSG_extensionName__",
        "default_icon": {
            "16": "\/images\/icon_green_dark_16.png",
            "32": "\/images\/icon_green_dark_32.png",
            "48": "\/images\/icon_green_dark_48.png",
            "128": "\/images\/icon_green_dark_128.png"
        },
        "theme_icons": [
            {
                "dark": "\/images\/icon_green_light_16.png",
                "light": "\/images\/icon_green_dark_16.png",
                "size": 16
            },
            {
                "dark": "\/images\/icon_green_light_32.png",
                "light": "\/images\/icon_green_dark_32.png",
                "size": 32
            },
            {
                "dark": "\/images\/icon_green_light_48.png",
                "light": "\/images\/icon_green_dark_48.png",
                "size": 48
            },
            {
                "dark": "\/images\/icon_green_light_128.png",
                "light": "\/images\/icon_green_dark_128.png",
                "size": 128
            }
        ]
    },
    "icons": {
        "16": "\/images\/icon_green_dark_16.png",
        "32": "\/images\/icon_green_dark_32.png",
        "48": "\/images\/icon_green_dark_48.png",
        "128": "\/images\/icon_green_dark_128.png"
    },
    "default_locale": "en"
}