Bookmark Cleaner
A browser extension to clean your bookmarks
ما هو Bookmark Cleaner؟
Bookmark Cleaner هو إضافة Chrome تم تطويرها بواسطة Ruggero Turra، والميزة الرئيسية لها هي "A browser extension to clean your bookmarks".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bookmark Cleaner
قم بتنزيل ملفات الامتداد Bookmark Cleaner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Bookmark Cleaner let you to organize your bookmarks in for Google Chrome™. The only feature enabled is the removal of duplicates bookmark. Depending on the user feedback new features can be implemented as removal of non-existing links and lexical sorting of bookmarks.
معلومات أساسية عن التمديد
الاسم | Bookmark Cleaner |
ID | apmbebpbnhlmonbpggbaljkinnfgpmki |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bookmark-cleaner/apmbebpbnhlmonbpggbaljkinnfgpmki |
الوصف | A browser extension to clean your bookmarks |
حجم الملف | 139 KB |
عدد التثبيتات | 175 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2023-08-28 |
تاريخ النشر | 2023-08-28 |
المطور | Ruggero Turra |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bookmark Cleaner", "version": "0.0.3", "description": "A browser extension to clean your bookmarks", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": "Ruggero Turra", "permissions": [ "bookmarks" ], "action": { "default_title": "Bookmark Clearner", "default_icon": "icon128.png", "default_popup": "popup.html" }, "options_page": "popup.html", "offline_enabled": true, "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" } } |