BookCat (Bookmark and categorize your sites)

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

O que é BookCat (Bookmark and categorize your sites)?

BookCat (Bookmark and categorize your sites) é uma extensão do Chrome desenvolvida por https://www.strategicchoices.com, e sua principal característica é "BookCat helps you bookmark, categorize and sort your favorite website links into custom categories.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão BookCat (Bookmark and categorize your sites)

Baixe arquivos de extensão BookCat (Bookmark and categorize your sites) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome BookCat (Bookmark and categorize your sites) BookCat (Bookmark and categorize your sites)
ID glbdfikcahnannlaljligcphddbahblk
URL Oficial https://chromewebstore.google.com/detail/bookcat-bookmark-and-cate/glbdfikcahnannlaljligcphddbahblk
Descrição BookCat helps you bookmark, categorize and sort your favorite website links into custom categories.
Tamanho do Arquivo 1.15 MB
Contagem de Instalações 28
Versão Atual 2.1
Última Atualização 2022-12-15
Data de Publicação 2021-05-17
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://www.strategicchoices.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.freeprivacypolicy.com/live/381f05e0-47bf-4fcd-b1fe-69fc5496f6ea
Idiomas Suportados 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"
    ]
}