FBS II : Fast Bookmark Scanner II
Scan your bookmarks in order to delete duplicated links empty folders or merge duplicated folders.
什麼是FBS II : Fast Bookmark Scanner II?
FBS II : Fast Bookmark Scanner II是由N.Zetoutou開發的Chrome擴展程式,該擴展的主要功能是“Scan your bookmarks in order to delete duplicated links empty folders or merge duplicated folders.”。
擴展截圖
下載FBS II : Fast Bookmark Scanner II擴展crx文件
下載FBS II : Fast Bookmark Scanner II擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 !)
擴展基本資訊
名稱 | FBS II : Fast Bookmark Scanner II |
ID | gjcmklpilmpfhfjpebhnapnglcppdbic |
官方網址 | https://chromewebstore.google.com/detail/fbs-ii-fast-bookmark-scan/gjcmklpilmpfhfjpebhnapnglcppdbic |
簡介 | Scan your bookmarks in order to delete duplicated links empty folders or merge duplicated folders. |
檔案大小 | 82.39 KB |
安裝次數 | 27,232 |
目前版本 | 2018.09.21.1630 |
更新時間 | 2021-11-26 |
上架時間 | 2020-05-27 |
評分 | 4.31/5 共 819 次評分 |
開發者 | N.Zetoutou |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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 } |