Booksidian

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

Cos'è Booksidian?

Booksidian è un'estensione di Chrome sviluppata da https://amir.rachum.com, e la sua funzione principale è "Create Obsidian notes for books (from the book's Goodreads page) or for YouTube videos".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Booksidian

Scarica i file di estensione Booksidian in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Booksidian Booksidian
ID aegbimnoohfodebkjojbabcfkinbjink
URL Ufficiale https://chromewebstore.google.com/detail/booksidian/aegbimnoohfodebkjojbabcfkinbjink
Descrizione Create Obsidian notes for books (from the book's Goodreads page) or for YouTube videos
Dimensione del File 10.53 MB
Conteggio Installazioni 193
Versione Corrente 0.4
Ultimo Aggiornamento 2022-10-12
Data di Pubblicazione 2021-09-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://amir.rachum.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Nurdok/booksidian
URL della Pagina di Aiuto https://github.com/Nurdok/booksidian/issues
Lingue Supportate 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"
    }
}