Booksidian

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

Vad är Booksidian?

Booksidian är en Chrome-tillägg utvecklad av https://amir.rachum.com, och dess huvudfunktion är "Create Obsidian notes for books (from the book's Goodreads page) or for YouTube videos".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Booksidian-förlängningens CRX-fil

Ladda ner Booksidian-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Booksidian Booksidian
ID aegbimnoohfodebkjojbabcfkinbjink
Officiell webbadress https://chromewebstore.google.com/detail/booksidian/aegbimnoohfodebkjojbabcfkinbjink
Beskrivning Create Obsidian notes for books (from the book's Goodreads page) or for YouTube videos
Filstorlek 10.53 MB
Antal Installationer 193
Aktuell Version 0.4
Senast Uppdaterad 2022-10-12
Publiceringsdatum 2021-09-24
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://amir.rachum.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Nurdok/booksidian
Hjälpsida URL https://github.com/Nurdok/booksidian/issues
Stödda Språk 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"
    }
}