Obisidan Digital Bookmarks

Base Level Extension

Obisidan Digital Bookmarksとは何ですか?

Obisidan Digital Bookmarksはbrandonhulston1によって開発されたChromeの拡張機能で、その主な機能は「Base Level Extension」です。

拡張機能のスクリーンショット

Obisidan Digital Bookmarks拡張機能のCRXファイルをダウンロード

Obisidan Digital Bookmarks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}