Bookmarks Clean - Detect damaged bookmarks
Automatically find broken links and clean up your bookmarks
Wat is Bookmarks Clean - Detect damaged bookmarks?
Bookmarks Clean - Detect damaged bookmarks is een Chrome-extensie ontwikkeld door BookmarksSync, en de belangrijkste functie is "Automatically find broken links and clean up your bookmarks".
Extensie Screenshots
Download het CRX-bestand van de extensie Bookmarks Clean - Detect damaged bookmarks
Download Bookmarks Clean - Detect damaged bookmarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
⭐ Analice automáticamente sus favoritos y encuentre enlaces rotos y otros errores
⭐ Edite o elimine marcadores dañados Basisinformatie over de Extensie
| Naam | |
| ID | ijhmpfekapalndkialhcmlipjhfohdkl |
| Officiële URL | https://chromewebstore.google.com/detail/bookmarks-clean-detect-da/ijhmpfekapalndkialhcmlipjhfohdkl |
| Beschrijving | Automatically find broken links and clean up your bookmarks |
| Bestandsgrootte | 479 KB |
| Aantal Installaties | 33 |
| Huidige Versie | 1.1.1 |
| Laatst Bijgewerkt | 2023-10-21 |
| Publicatiedatum | 2023-02-15 |
| Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | BookmarksSync |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://www.bookmarkssync.com/privacy |
| Ondersteunde Talen | 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"
}
} | |