FBS II : Fast Bookmark Scanner II

Scan your bookmarks in order to delete duplicated links empty folders or merge duplicated folders.

Wat is FBS II : Fast Bookmark Scanner II?

FBS II : Fast Bookmark Scanner II is een Chrome-extensie ontwikkeld door N.Zetoutou, en de belangrijkste functie is "Scan your bookmarks in order to delete duplicated links empty folders or merge duplicated folders.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FBS II : Fast Bookmark Scanner II

Download FBS II : Fast Bookmark Scanner II-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

                        Hi world, Fast Bookmark Scanner is small and fast !
*************************************
* ALWAYS BACK UP YOUR BOOKMARKS *
*************************************
Enjoys, share and rank!
*************************************
Notice : 
- the extension scan all your bookmarks.
- the extension compare duplicated urls and does not matter about description.It considers that only if two urls are the same.The api can not have link's description, perhaps google will add this property.
- Folders : A folder  with an empty folder is not an empty folder !!!
When you remove an empty folder, its parent appears empty and the extension suggest you to remove it !


*************************************
Logo by Bruno Masson, Friendly (merci !)                    

Basisinformatie over de Extensie

Naam FBS II : Fast Bookmark Scanner II FBS II : Fast Bookmark Scanner II
ID gjcmklpilmpfhfjpebhnapnglcppdbic
Officiële URL https://chromewebstore.google.com/detail/fbs-ii-fast-bookmark-scan/gjcmklpilmpfhfjpebhnapnglcppdbic
Beschrijving Scan your bookmarks in order to delete duplicated links empty folders or merge duplicated folders.
Bestandsgrootte 82.39 KB
Aantal Installaties 27,232
Huidige Versie 2018.09.21.1630
Laatst Bijgewerkt 2021-11-26
Publicatiedatum 2020-05-27
Beoordeling 4.31/5 Totaal 819 Beoordelingen
Ontwikkelaar N.Zetoutou
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FBS II : Fast Bookmark Scanner II",
    "short_name": "FBS II",
    "version": "2018.09.21.1630",
    "description": "Scan your bookmarks in order to delete duplicated links empty folders or merge duplicated folders.",
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com  ; object-src 'self'",
    "icons": {
        "16": "icon-logo.png",
        "48": "icon-logo.png",
        "128": "icon-logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "bookmarks"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon-logo.png",
            "38": "icon-logo.png"
        }
    },
    "manifest_version": 2
}