Obisidan Digital Bookmarks

Base Level Extension

Obisidan Digital Bookmarks là gì?

Obisidan Digital Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi brandonhulston1, và tính năng chính của nó là "Base Level Extension".

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

Tải xuống tệp CRX của tiện ích mở rộng Obisidan Digital Bookmarks

Tải xuống các tệp mở rộng Obisidan Digital Bookmarks 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

                        This is a chrome extension that uses Obsidian notes as an alternative to saving links to your chrome bookmarks. If you are like me, you:
       1. Never end up going back to your Chrome bookmarks
       2. Need a way to take notes along with your saved articles/papers/videos...

Here is a list of the features you can expect with this chrome extension:
    * Append your bookmark to an existing Obsidian file, and/or create a new note
    * Quickly choose from your own Obsidian files where to save your bookmark
    * Automatically search for article/video titles in the Webpage DOM and save them to Obsidian
    * Estimates and saves read time of article (or watch duration for Youtube videos)
    * Add a custom note to your bookmarks/edit MD template

More info and template examples can be found here -> https://github.com/bhulston/bookmark_plugin                    

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

Tên Obisidan Digital Bookmarks Obisidan Digital Bookmarks
ID glondkomnkhndkajgnapjgfdkelgeiph
URL Chính Thức https://chromewebstore.google.com/detail/obisidan-digital-bookmark/glondkomnkhndkajgnapjgfdkelgeiph
Mô tả Base Level Extension
Kích Thước Tệp 160 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2024-01-26
Ngày Phát Hành 2023-11-18
Nhà Phát Triển brandonhulston1
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bhulston/bookmark_plugin
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Obisidan Digital Bookmarks",
    "description": "Base Level Extension",
    "version": "3.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "images\/icon.png"
    },
    "host_permissions": [
        ""
    ],
    "options_page": "options\/options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ]
}