BookCat (Bookmark and categorize your sites)

BookCat helps you bookmark, categorize and sort your favorite website links into custom categories.

BookCat (Bookmark and categorize your sites)란 무엇입니까?

BookCat (Bookmark and categorize your sites)은(는) https://www.strategicchoices.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BookCat helps you bookmark, categorize and sort your favorite website links into custom categories."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

BookCat (Bookmark and categorize your sites) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The fastest and easiest way to bookmark, categorize, open-all, move, re-order and manage your favorite websites.

1) Create a new account to view your saved bookmarks in any chrome browser.
2) Easily create and delete categories and re-order them in seconds.
3) Click the BookCat icon to easily save a websites URL that you are visiting. You can edit the site name, description, select a category, and rank it from 1-5 stars.
4.) You can move, delete, edit URL's in seconds 

For your security, BookCat does no collect any passwords of your saved websites.  You can delete your account anytime. 

Version 2.1 -  Add a new search bar, better hosting and other improvements                    

확장 프로그램 기본 정보

이름 BookCat (Bookmark and categorize your sites) BookCat (Bookmark and categorize your sites)
ID glbdfikcahnannlaljligcphddbahblk
공식 URL https://chromewebstore.google.com/detail/bookcat-bookmark-and-cate/glbdfikcahnannlaljligcphddbahblk
설명 BookCat helps you bookmark, categorize and sort your favorite website links into custom categories.
파일 크기 1.15 MB
설치 횟수 28
현재 버전 2.1
최근 업데이트 2022-12-15
출시 날짜 2021-05-17
평점 3.00/5 총 2 개의 평점
개발자 https://www.strategicchoices.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/381f05e0-47bf-4fcd-b1fe-69fc5496f6ea
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BookCat (Bookmark and categorize your sites)",
    "description": "BookCat helps you bookmark, categorize and sort your favorite website links into custom categories.",
    "version": "2.1",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png"
        },
        "default_title": "BookCat - Quickly Bookmark and Categorize your sites",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "tabs"
    ]
}