Booksidian

Create Obsidian notes for books (from the book's Goodreads page) or for YouTube videos

What is Booksidian?

Booksidian is a Chrome extension developed by https://amir.rachum.com, and its main feature is "Create Obsidian notes for books (from the book's Goodreads page) or for YouTube videos".

Extension Screenshots

screenshot
screenshot
screenshot

Download Booksidian Extension CRX File

Download Booksidian 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 extension allows you to customize the note's title and content based on the book / video parameters (short and full titles, authors, channel, etc.)                    

Extension Basic Information

Name Booksidian Booksidian
ID aegbimnoohfodebkjojbabcfkinbjink
Official URL https://chromewebstore.google.com/detail/booksidian/aegbimnoohfodebkjojbabcfkinbjink
Description Create Obsidian notes for books (from the book's Goodreads page) or for YouTube videos
File Size 10.53 MB
Installation Count 193
Current Version 0.4
Last Updated 2022-10-12
Publish Date 2021-09-24
Rating 5.00/5 Total 1 Ratings
Developer https://amir.rachum.com
Email [email protected]
Payment Type free
Extension Website https://github.com/Nurdok/booksidian
Help Page URL https://github.com/Nurdok/booksidian/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Booksidian",
    "description": "Create Obsidian notes for books (from the book's Goodreads page) or for YouTube videos",
    "version": "0.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": [],
    "options_page": "options.html",
    "icons": {
        "128": "booksidian.png"
    }
}