Bookmark Cleaner

A browser extension to clean your bookmarks

Cos'è Bookmark Cleaner?

Bookmark Cleaner è un'estensione di Chrome sviluppata da Ruggero Turra, e la sua funzione principale è "A browser extension to clean your bookmarks".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bookmark Cleaner

Scarica i file di estensione Bookmark Cleaner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Bookmark Cleaner Bookmark Cleaner
ID apmbebpbnhlmonbpggbaljkinnfgpmki
URL Ufficiale https://chromewebstore.google.com/detail/bookmark-cleaner/apmbebpbnhlmonbpggbaljkinnfgpmki
Descrizione A browser extension to clean your bookmarks
Dimensione del File 139 KB
Conteggio Installazioni 175
Versione Corrente 0.0.3
Ultimo Aggiornamento 2023-08-28
Data di Pubblicazione 2023-08-28
Sviluppatore Ruggero Turra
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
    }
}