Bookmark Cleaner

A browser extension to clean your bookmarks

What is Bookmark Cleaner?

Bookmark Cleaner is a Chrome extension developed by Ruggero Turra, and its main feature is "A browser extension to clean your bookmarks".

Extension Screenshots

screenshot

Download Bookmark Cleaner Extension CRX File

Download Bookmark Cleaner 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

                        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.                    

Extension Basic Information

Name Bookmark Cleaner Bookmark Cleaner
ID apmbebpbnhlmonbpggbaljkinnfgpmki
Official URL https://chromewebstore.google.com/detail/bookmark-cleaner/apmbebpbnhlmonbpggbaljkinnfgpmki
Description A browser extension to clean your bookmarks
File Size 139 KB
Installation Count 175
Current Version 0.0.3
Last Updated 2023-08-28
Publish Date 2023-08-28
Developer Ruggero Turra
Email [email protected]
Payment Type free
Supported Languages 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'"
    }
}