Booksidian

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

Wat is Booksidian?

Booksidian is een Chrome-extensie ontwikkeld door https://amir.rachum.com, en de belangrijkste functie is "Create Obsidian notes for books (from the book's Goodreads page) or for YouTube videos".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Booksidian

Download Booksidian-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.)                    

Basisinformatie over de Extensie

Naam Booksidian Booksidian
ID aegbimnoohfodebkjojbabcfkinbjink
Officiële URL https://chromewebstore.google.com/detail/booksidian/aegbimnoohfodebkjojbabcfkinbjink
Beschrijving Create Obsidian notes for books (from the book's Goodreads page) or for YouTube videos
Bestandsgrootte 10.53 MB
Aantal Installaties 193
Huidige Versie 0.4
Laatst Bijgewerkt 2022-10-12
Publicatiedatum 2021-09-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://amir.rachum.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Nurdok/booksidian
Help Pagina-URL https://github.com/Nurdok/booksidian/issues
Ondersteunde Talen 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"
    }
}