Obisidan Digital Bookmarks

Base Level Extension

What is Obisidan Digital Bookmarks?

Obisidan Digital Bookmarks is a Chrome extension developed by brandonhulston1, and its main feature is "Base Level Extension".

Extension Screenshots

Download Obisidan Digital Bookmarks Extension CRX File

Download Obisidan Digital Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Obisidan Digital Bookmarks Obisidan Digital Bookmarks
ID glondkomnkhndkajgnapjgfdkelgeiph
Official URL https://chromewebstore.google.com/detail/obisidan-digital-bookmark/glondkomnkhndkajgnapjgfdkelgeiph
Description Base Level Extension
File Size 160 KB
Installation Count 49
Current Version 3.0
Last Updated 2024-01-26
Publish Date 2023-11-18
Developer brandonhulston1
Email [email protected]
Payment Type free
Extension Website https://github.com/bhulston/bookmark_plugin
Supported Languages 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"
    ]
}