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
擴展基本資訊
名稱 | Duplicate Bookmarks Finder |
ID | mmfbmpbplefbggnhpiojnhcadkhglnlf |
官方網址 | 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" } |