FBS II : Fast Bookmark Scanner II
Scan your bookmarks in order to delete duplicated links empty folders or merge duplicated folders.
Qu'est-ce que FBS II : Fast Bookmark Scanner II ?
FBS II : Fast Bookmark Scanner II est une extension Chrome développée par N.Zetoutou, et sa fonction principale est "Scan your bookmarks in order to delete duplicated links empty folders or merge duplicated folders.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FBS II : Fast Bookmark Scanner II
Téléchargez les fichiers d'extension FBS II : Fast Bookmark Scanner II au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 !)
Informations de Base sur l'Extension
Nom | FBS II : Fast Bookmark Scanner II |
ID | gjcmklpilmpfhfjpebhnapnglcppdbic |
URL Officiel | https://chromewebstore.google.com/detail/fbs-ii-fast-bookmark-scan/gjcmklpilmpfhfjpebhnapnglcppdbic |
Description | Scan your bookmarks in order to delete duplicated links empty folders or merge duplicated folders. |
Taille du Fichier | 82.39 KB |
Nombre d'Installations | 27,232 |
Version Actuelle | 2018.09.21.1630 |
Dernière Mise à Jour | 2021-11-26 |
Date de Publication | 2020-05-27 |
Évaluation | 4.31/5 Total 819 Évaluations |
Développeur | N.Zetoutou |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |