Pinbot

Privately manage your bookmarks with AI.

O que é Pinbot?

Pinbot é uma extensão do Chrome desenvolvida por https://getpinbot.com, e sua principal característica é "Privately manage your bookmarks with AI.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Pinbot

Baixe arquivos de extensão Pinbot 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

                        How do you manage your bookmarks? Once you have a lot of them, to search them efficiently, you need to organise them. But quickly, adapting the organisation becomes a chore in itself: redundant/obsolete tags, finding relevant bookmarks when splitting a tag for more precision... and without that, if you do not remember the exact wording for your search, you will have to read all of them one bby one.

Pinbot is an AI assistant taking care of all these needs. With one click, it generates a summary of the current page and suggests tags. You can add notes, search with synonyms, and everything runs offline: your privacy is guaranteed, thanks to your data never leaving your device.                    

Informações Básicas da Extensão

Nome Pinbot Pinbot
ID jbijbbnkaeclpmednjodmbdeobebiobg
URL Oficial https://chromewebstore.google.com/detail/pinbot/jbijbbnkaeclpmednjodmbdeobebiobg
Descrição Privately manage your bookmarks with AI.
Tamanho do Arquivo 262 MB
Contagem de Instalações 150
Versão Atual 0.2.0
Última Atualização 2023-12-31
Data de Publicação 2023-05-28
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://getpinbot.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://withcomment.com/kamil
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pinbot",
    "description": "Privately manage your bookmarks with AI.",
    "icons": {
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png"
        },
        "default_popup": "ext\/popup\/index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    },
    "permissions": [
        "activeTab",
        "favicon",
        "offscreen",
        "scripting",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "_favicon\/*",
                "*"
            ],
            "use_dynamic_url": false
        }
    ],
    "version": "0.2.0"
}