Bookmarks Collections

Create collections and switch between multiple bookmarks bars

Bookmarks Collections란 무엇입니까?

Bookmarks Collections은(는) Teddy Thioulouse에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create collections and switch between multiple bookmarks bars"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Bookmarks Collections 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Bookmarks Collections lets you create bookmarks collections and switch between multiple bookmarks bars.
A badge can be added to the extension icon with the label of your collections.

Note: this may not work well with favorites sync enabled. Please consider disable this functionality to prevent any bad behaviour.                    

확장 프로그램 기본 정보

이름 Bookmarks Collections Bookmarks Collections
ID kgengcoeabnofimgfhojmecmkkmgnkmm
공식 URL https://chromewebstore.google.com/detail/bookmarks-collections/kgengcoeabnofimgfhojmecmkkmgnkmm
설명 Create collections and switch between multiple bookmarks bars
파일 크기 1.76 MB
설치 횟수 381
현재 버전 1.0.3
최근 업데이트 2020-07-24
출시 날짜 2020-07-14
평점 5.00/5 총 1 개의 평점
개발자 Teddy Thioulouse
이메일 [email protected]
결제 유형 free
지원되는 언어 en,fr,es,hi,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.3",
    "default_locale": "en",
    "author": "Teddy Thioulouse",
    "background": {
        "scripts": [
            "js\/browser-polyfill.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Bookmarks Collections",
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "permissions": [
        "bookmarks",
        "storage"
    ]
}