Obsidian Web Clipper

A clipping extension to create notes in Obsidian.

Obsidian Web Clipper là gì?

Obsidian Web Clipper là một tiện ích mở rộng Chrome được phát triển bởi Marco Vavassori, và tính năng chính của nó là "A clipping extension to create notes in Obsidian.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Obsidian Web Clipper

Tải xuống các tệp mở rộng Obsidian Web Clipper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Obsidian Web Clipper Obsidian Web Clipper
ID akiokmdijehkppdjnfdhdgcoeehpbfgd
URL Chính Thức https://chromewebstore.google.com/detail/obsidian-web-clipper/akiokmdijehkppdjnfdhdgcoeehpbfgd
Mô tả A clipping extension to create notes in Obsidian.
Kích Thước Tệp 123 KB
Số Lần Cài Đặt 2,356
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2023-09-19
Ngày Phát Hành 2023-05-27
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Marco Vavassori
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mvavassori/obsidian-web-clipper
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}