Booksidian

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

Qu'est-ce que Booksidian ?

Booksidian est une extension Chrome développée par https://amir.rachum.com, et sa fonction principale est "Create Obsidian notes for books (from the book's Goodreads page) or for YouTube videos".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Booksidian

Téléchargez les fichiers d'extension Booksidian au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Booksidian Booksidian
ID aegbimnoohfodebkjojbabcfkinbjink
URL Officiel https://chromewebstore.google.com/detail/booksidian/aegbimnoohfodebkjojbabcfkinbjink
Description Create Obsidian notes for books (from the book's Goodreads page) or for YouTube videos
Taille du Fichier 10.53 MB
Nombre d'Installations 193
Version Actuelle 0.4
Dernière Mise à Jour 2022-10-12
Date de Publication 2021-09-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://amir.rachum.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Nurdok/booksidian
URL de la Page d'Aide https://github.com/Nurdok/booksidian/issues
Langues Prises en Charge 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"
    }
}