Duplicate Bookmarks Finder

Find and delete duplicate bookmarks.

Duplicate Bookmarks Finderとは何ですか?

Duplicate Bookmarks Finderはdev.zaksidによって開発されたChromeの拡張機能で、その主な機能は「Find and delete duplicate bookmarks.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Duplicate Bookmarks Finder拡張機能のCRXファイルをダウンロード

Duplicate Bookmarks Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}