Duplicate Bookmarks Finder
Find and delete duplicate bookmarks.
Duplicate Bookmarks Finder là gì?
Duplicate Bookmarks Finder là một tiện ích mở rộng Chrome được phát triển bởi dev.zaksid, và tính năng chính của nó là "Find and delete duplicate bookmarks.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Duplicate Bookmarks Finder
Tải xuống các tệp mở rộng Duplicate Bookmarks Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Duplicate Bookmarks Finder |
ID | mmfbmpbplefbggnhpiojnhcadkhglnlf |
URL Chính Thức | https://chromewebstore.google.com/detail/duplicate-bookmarks-finde/mmfbmpbplefbggnhpiojnhcadkhglnlf |
Mô tả | Find and delete duplicate bookmarks. |
Kích Thước Tệp | 291 KB |
Số Lần Cài Đặt | 819 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2024-01-26 |
Ngày Phát Hành | 2022-08-04 |
Đánh Giá | 2.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | dev.zaksid |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/zaksid/ext-duplicate-bookmarks-finder |
Ngôn Ngữ Được Hỗ Trợ | 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" } |