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."입니다.

확장 프로그램 스크린샷

screenshot

FBS II : Fast Bookmark Scanner II 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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
}