Bookmarks Clean - Detect damaged bookmarks
Automatically find broken links and clean up your bookmarks
Cos'è Bookmarks Clean - Detect damaged bookmarks?
Bookmarks Clean - Detect damaged bookmarks è un'estensione di Chrome sviluppata da BookmarksSync, e la sua funzione principale è "Automatically find broken links and clean up your bookmarks".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bookmarks Clean - Detect damaged bookmarks
Scarica i file di estensione Bookmarks Clean - Detect damaged bookmarks 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
⭐ Analice automáticamente sus favoritos y encuentre enlaces rotos y otros errores
⭐ Edite o elimine marcadores dañados Informazioni di Base sull'Estensione
| Nome | |
| ID | ijhmpfekapalndkialhcmlipjhfohdkl |
| URL Ufficiale | https://chromewebstore.google.com/detail/bookmarks-clean-detect-da/ijhmpfekapalndkialhcmlipjhfohdkl |
| Descrizione | Automatically find broken links and clean up your bookmarks |
| Dimensione del File | 479 KB |
| Conteggio Installazioni | 33 |
| Versione Corrente | 1.1.1 |
| Ultimo Aggiornamento | 2023-10-21 |
| Data di Pubblicazione | 2023-02-15 |
| Valutazione | 2.00/5 Totale 1 Valutazioni |
| Sviluppatore | BookmarksSync |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://www.bookmarkssync.com/privacy |
| Lingue Supportate | 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"
}
} | |