Duplicate Bookmarks Finder

Find and delete duplicate bookmarks.

Wat is Duplicate Bookmarks Finder?

Duplicate Bookmarks Finder is een Chrome-extensie ontwikkeld door dev.zaksid, en de belangrijkste functie is "Find and delete duplicate bookmarks.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Duplicate Bookmarks Finder

Download Duplicate Bookmarks Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Duplicate Bookmarks Finder Duplicate Bookmarks Finder
ID mmfbmpbplefbggnhpiojnhcadkhglnlf
Officiële URL https://chromewebstore.google.com/detail/duplicate-bookmarks-finde/mmfbmpbplefbggnhpiojnhcadkhglnlf
Beschrijving Find and delete duplicate bookmarks.
Bestandsgrootte 291 KB
Aantal Installaties 819
Huidige Versie 1.0.1
Laatst Bijgewerkt 2024-01-26
Publicatiedatum 2022-08-04
Beoordeling 2.00/5 Totaal 3 Beoordelingen
Ontwikkelaar dev.zaksid
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/zaksid/ext-duplicate-bookmarks-finder
Ondersteunde Talen 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"
}