Obsidian Web Clipper

A clipping extension to create notes in Obsidian.

O que é Obsidian Web Clipper?

Obsidian Web Clipper é uma extensão do Chrome desenvolvida por Marco Vavassori, e sua principal característica é "A clipping extension to create notes in Obsidian.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Obsidian Web Clipper

Baixe arquivos de extensão Obsidian Web Clipper 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

                        Obsidian Web Clipper is an unofficial web clipper for Obsidian, the powerful knowledge management and note-taking app.

With this extension, you can easily create notes within a popup and save them directly to your Obsidian vault.

Key Features:

-Save web pages and their links directly to your Obsidian vault
-Automatically use the page title as the note title
-Customize the folder path to organize your notes
-Add additional content and annotations to your clippings
-Simple and intuitive user interface

Start capturing and organizing your web research effortlessly with Obsidian Web Clipper. Enhance your knowledge management workflow and unlock the full potential of Obsidian.

Note: This extension is free, open-source, and not affiliated with Obsidian.                    

Informações Básicas da Extensão

Nome Obsidian Web Clipper Obsidian Web Clipper
ID akiokmdijehkppdjnfdhdgcoeehpbfgd
URL Oficial https://chromewebstore.google.com/detail/obsidian-web-clipper/akiokmdijehkppdjnfdhdgcoeehpbfgd
Descrição A clipping extension to create notes in Obsidian.
Tamanho do Arquivo 123 KB
Contagem de Instalações 2,356
Versão Atual 0.1.3
Última Atualização 2023-09-19
Data de Publicação 2023-05-27
Classificação 4.00/5 Total de 5 Avaliações
Desenvolvedor Marco Vavassori
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/mvavassori/obsidian-web-clipper
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Obsidian Web Clipper",
    "version": "0.1.3",
    "description": "A clipping extension to create notes in Obsidian.",
    "action": {
        "default_icon": "logo48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}