Obisidan Digital Bookmarks

Base Level Extension

Obisidan Digital Bookmarks란 무엇입니까?

Obisidan Digital Bookmarks은(는) brandonhulston1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Base Level Extension"입니다.

확장 프로그램 스크린샷

Obisidan Digital Bookmarks 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Obisidan Digital Bookmarks Obisidan Digital Bookmarks
ID glondkomnkhndkajgnapjgfdkelgeiph
공식 URL https://chromewebstore.google.com/detail/obisidan-digital-bookmark/glondkomnkhndkajgnapjgfdkelgeiph
설명 Base Level Extension
파일 크기 160 KB
설치 횟수 49
현재 버전 3.0
최근 업데이트 2024-01-26
출시 날짜 2023-11-18
개발자 brandonhulston1
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/bhulston/bookmark_plugin
지원되는 언어 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"
    ]
}