Bookmarks Clean - Detect damaged bookmarks
Automatically find broken links and clean up your bookmarks
What is Bookmarks Clean - Detect damaged bookmarks?
Bookmarks Clean - Detect damaged bookmarks is a Chrome extension developed by BookmarksSync, and its main feature is "Automatically find broken links and clean up your bookmarks".
Extension Screenshots
Download Bookmarks Clean - Detect damaged bookmarks Extension CRX File
Download Bookmarks Clean - Detect damaged bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
⭐ Analice automáticamente sus favoritos y encuentre enlaces rotos y otros errores ⭐ Edite o elimine marcadores dañados
Extension Basic Information
Name | Bookmarks Clean - Detect damaged bookmarks |
ID | ijhmpfekapalndkialhcmlipjhfohdkl |
Official URL | https://chromewebstore.google.com/detail/bookmarks-clean-detect-da/ijhmpfekapalndkialhcmlipjhfohdkl |
Description | Automatically find broken links and clean up your bookmarks |
File Size | 479 KB |
Installation Count | 33 |
Current Version | 1.1.1 |
Last Updated | 2023-10-21 |
Publish Date | 2023-02-15 |
Rating | 2.00/5 Total 1 Ratings |
Developer | BookmarksSync |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.bookmarkssync.com/privacy |
Supported Languages | en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_app_name_clean__", "description": "__MSG_app_description_clean__", "version": "1.1.1", "default_locale": "en", "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "bookmarks", "history", "storage" ], "action": { "default_title": "__MSG_Detect_errors__" }, "icons": { "32": "images\/icon-clean-32.png", "64": "images\/icon-clean-64.png", "128": "images\/icon-clean-128.png", "256": "images\/icon-clean-256.png" } } |