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 là gì?
FBS II : Fast Bookmark Scanner II là một tiện ích mở rộng Chrome được phát triển bởi N.Zetoutou, và tính năng chính của nó là "Scan your bookmarks in order to delete duplicated links empty folders or merge duplicated folders.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FBS II : Fast Bookmark Scanner II
Tải xuống các tệp mở rộng FBS II : Fast Bookmark Scanner II dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 !)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FBS II : Fast Bookmark Scanner II |
ID | gjcmklpilmpfhfjpebhnapnglcppdbic |
URL Chính Thức | https://chromewebstore.google.com/detail/fbs-ii-fast-bookmark-scan/gjcmklpilmpfhfjpebhnapnglcppdbic |
Mô tả | Scan your bookmarks in order to delete duplicated links empty folders or merge duplicated folders. |
Kích Thước Tệp | 82.39 KB |
Số Lần Cài Đặt | 27,232 |
Phiên Bản Hiện Tại | 2018.09.21.1630 |
Cập Nhật Lần Cuối | 2021-11-26 |
Ngày Phát Hành | 2020-05-27 |
Đánh Giá | 4.31/5 Tổng số 819 Đánh Giá |
Nhà Phát Triển | N.Zetoutou |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |