Duplicate bookmarks remover
Removes duplicate bookmarks. Minimum permissions!
Wat is Duplicate bookmarks remover?
Duplicate bookmarks remover is een Chrome-extensie ontwikkeld door unigresspro, en de belangrijkste functie is "Removes duplicate bookmarks. Minimum permissions!".
Extensie Screenshots
Download het CRX-bestand van de extensie Duplicate bookmarks remover
Download Duplicate bookmarks remover-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
Bypasses all browser bookmarks, including mobile ones, and deletes with the same url.
Basisinformatie over de Extensie
Naam | Duplicate bookmarks remover |
ID | cgcojlemehdnomhjpjagopenjklgjagp |
Officiële URL | https://chromewebstore.google.com/detail/duplicate-bookmarks-remov/cgcojlemehdnomhjpjagopenjklgjagp |
Beschrijving | Removes duplicate bookmarks. Minimum permissions! |
Bestandsgrootte | 453 KB |
Aantal Installaties | 1,611 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-11-17 |
Publicatiedatum | 2020-11-16 |
Beoordeling | 4.25/5 Totaal 8 Beoordelingen |
Ontwikkelaar | unigresspro |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "1.0", "permissions": [ "bookmarks" ], "icons": { "16": "images\/icon\/delete_16.png", "32": "images\/icon\/delete_32.png", "48": "images\/icon\/delete_64.png", "128": "images\/icon\/delete_128.png" }, "default_locale": "en", "browser_action": { "default_title": "Removes duplicate bookmarks", "default_popup": "popup.html", "default_icon": "images\/icon\/delete_32.png" }, "manifest_version": 2, "commands": [] } |