Duplicate Bookmarks Finder
Find and delete duplicate bookmarks.
什么是Duplicate Bookmarks Finder?
Duplicate Bookmarks Finder是由dev.zaksid开发的Chrome扩展程序,该扩展的主要功能是“Find and delete duplicate bookmarks.”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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"
} | |