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 |
公式URL | 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 |
Eメール | [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 } |