Duplicate Bookmarks Finder

Find and delete duplicate bookmarks.

Duplicate Bookmarks Finderคืออะไร?

Duplicate Bookmarks Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dev.zaksid และคุณลักษณะหลักของมันคือ "Find and delete duplicate bookmarks."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Duplicate Bookmarks Finder

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}