FBS II : Fast Bookmark Scanner II
Scan your bookmarks in order to delete duplicated links empty folders or merge duplicated folders.
Vad är FBS II : Fast Bookmark Scanner II?
FBS II : Fast Bookmark Scanner II är en Chrome-tillägg utvecklad av N.Zetoutou, och dess huvudfunktion är "Scan your bookmarks in order to delete duplicated links empty folders or merge duplicated folders.".
Tilläggsskärmbilder
Ladda ner FBS II : Fast Bookmark Scanner II-förlängningens CRX-fil
Ladda ner FBS II : Fast Bookmark Scanner II-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 !)
Grundläggande Information om Tillägg
Namn | FBS II : Fast Bookmark Scanner II |
ID | gjcmklpilmpfhfjpebhnapnglcppdbic |
Officiell webbadress | https://chromewebstore.google.com/detail/fbs-ii-fast-bookmark-scan/gjcmklpilmpfhfjpebhnapnglcppdbic |
Beskrivning | Scan your bookmarks in order to delete duplicated links empty folders or merge duplicated folders. |
Filstorlek | 82.39 KB |
Antal Installationer | 27,232 |
Aktuell Version | 2018.09.21.1630 |
Senast Uppdaterad | 2021-11-26 |
Publiceringsdatum | 2020-05-27 |
Betyg | 4.31/5 Totalt 819 Betyg |
Utvecklare | N.Zetoutou |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |