Bookmarker for Notion

Eye-candy 21st century bookmarks, straight into your notion workspace

O que é Bookmarker for Notion?

Bookmarker for Notion é uma extensão do Chrome desenvolvida por Zeppelin Labs, e sua principal característica é "Eye-candy 21st century bookmarks, straight into your notion workspace".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Bookmarker for Notion

Baixe arquivos de extensão Bookmarker for Notion 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

                        Forget your old-fashioned web-bookmarks and get auto generated content previews that magnify your content, creating amazing Notion collections.                    

Informações Básicas da Extensão

Nome Bookmarker for Notion Bookmarker for Notion
ID kojbjmmnpliejebeggpaeonmkenfldeb
URL Oficial https://chromewebstore.google.com/detail/bookmarker-for-notion/kojbjmmnpliejebeggpaeonmkenfldeb
Descrição Eye-candy 21st century bookmarks, straight into your notion workspace
Tamanho do Arquivo 2.42 MB
Contagem de Instalações 911
Versão Atual 0.1.7
Última Atualização 2023-02-06
Data de Publicação 2022-06-07
Classificação 3.67/5 Total de 9 Avaliações
Desenvolvedor Zeppelin Labs
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://bookmarkerfornotion.com
URL da Página de Ajuda http://bookmarkerfornotion.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmarker for Notion",
    "author": "Zeppelin Labs",
    "version": "0.1.7",
    "description": "Eye-candy 21st century bookmarks, straight into your notion workspace",
    "homepage_url": "https:\/\/bookmarkerfornotion.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "Open the popup",
        "default_popup": "app.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "app.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}