Booksidian

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

Was ist Booksidian?

Booksidian ist eine Chrome-Erweiterung, die von https://amir.rachum.com entwickelt wurde, und ihr Hauptmerkmal ist "Create Obsidian notes for books (from the book's Goodreads page) or for YouTube videos".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Booksidian-Erweiterungs-CRX-Datei herunterladen

Laden Sie Booksidian-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Booksidian Booksidian
ID aegbimnoohfodebkjojbabcfkinbjink
Offizielle URL https://chromewebstore.google.com/detail/booksidian/aegbimnoohfodebkjojbabcfkinbjink
Beschreibung Create Obsidian notes for books (from the book's Goodreads page) or for YouTube videos
Dateigröße 10.53 MB
Installationsanzahl 193
Aktuelle Version 0.4
Letztes Update 2022-10-12
Veröffentlichungsdatum 2021-09-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://amir.rachum.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Nurdok/booksidian
Hilfeseite URL https://github.com/Nurdok/booksidian/issues
Unterstützte Sprachen 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"
    }
}