Clean Bookmark

A simple extension for clean bookmarks

Wat is Clean Bookmark?

Clean Bookmark is een Chrome-extensie ontwikkeld door kbehouse, en de belangrijkste functie is "A simple extension for clean bookmarks".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Clean Bookmark

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

                        A very simple app for clean your bookmarks.

Free

Functions:
Find "Empty Directories" Bookmarks
Find "Duplicate Names" Bookmarks
Find "Duplicate URL" Bookmarks

Github (this is open source):
If you are a developer,  
welcome to pull and download the following sourcecode:
https://github.com/kbehouse/clean-bookmark                    

Basisinformatie over de Extensie

Naam Clean Bookmark Clean Bookmark
ID jpjlngakachakfbbpipgkadjaalmpcjm
Officiële URL https://chromewebstore.google.com/detail/clean-bookmark/jpjlngakachakfbbpipgkadjaalmpcjm
Beschrijving A simple extension for clean bookmarks
Bestandsgrootte 1.26 MB
Aantal Installaties 589
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-03-01
Publicatiedatum 2019-02-28
Beoordeling 3.50/5 Totaal 4 Beoordelingen
Ontwikkelaar kbehouse
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A simple extension for clean bookmarks",
    "version": "1.0.1",
    "name": "Clean Bookmark",
    "short_name": "Clean Bookmark",
    "browser_action": {
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "permissions": [
        "bookmarks"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}