Duplicate Bookmarks Finder
Find and delete duplicate bookmarks.
Co je Duplicate Bookmarks Finder?
Duplicate Bookmarks Finder je rozšíření Chrome vyvinuté dev.zaksid, a jeho hlavní funkcí je „Find and delete duplicate bookmarks.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Duplicate Bookmarks Finder
Stáhněte si soubory rozšíření Duplicate Bookmarks Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Duplicate Bookmarks Finder |
ID | mmfbmpbplefbggnhpiojnhcadkhglnlf |
Oficiální URL | https://chromewebstore.google.com/detail/duplicate-bookmarks-finde/mmfbmpbplefbggnhpiojnhcadkhglnlf |
Popis | Find and delete duplicate bookmarks. |
Velikost souboru | 291 KB |
Počet instalací | 819 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2024-01-26 |
Datum Vydání | 2022-08-04 |
Hodnocení | 2.00/5 Celkem 3 Hodnocení |
Vývojář | dev.zaksid |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/zaksid/ext-duplicate-bookmarks-finder |
Podporované Jazyky | 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" } |