Duplicate Bookmarks Finder

Find and delete duplicate bookmarks.

Duplicate Bookmarks Finder क्या है?

Duplicate Bookmarks Finder dev.zaksid द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find and delete duplicate bookmarks."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Duplicate Bookmarks Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Duplicate Bookmarks Finder Duplicate Bookmarks Finder
ID mmfbmpbplefbggnhpiojnhcadkhglnlf
आधिकारिक URL https://chromewebstore.google.com/detail/duplicate-bookmarks-finde/mmfbmpbplefbggnhpiojnhcadkhglnlf
विवरण Find and delete duplicate bookmarks.
फ़ाइल का आकार 291 KB
स्थापना संख्या 819
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2024-01-26
प्रकाशन तिथि 2022-08-04
रेटिंग 2.00/5 कुल 3 रेटिंग्स
डेवलपर dev.zaksid
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/zaksid/ext-duplicate-bookmarks-finder
समर्थित भाषाएँ 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"
}