Duplicate Bookmarks Finder
Find and delete duplicate bookmarks.
ما هو Duplicate Bookmarks Finder؟
Duplicate Bookmarks Finder هو إضافة Chrome تم تطويرها بواسطة dev.zaksid، والميزة الرئيسية لها هي "Find and delete duplicate bookmarks.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Duplicate Bookmarks Finder
قم بتنزيل ملفات الامتداد Duplicate Bookmarks Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان 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" } |