Booksidian

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

什麼是Booksidian?

Booksidian是由https://amir.rachum.com開發的Chrome擴展程式,該擴展的主要功能是“Create Obsidian notes for books (from the book's Goodreads page) or for YouTube videos”。

擴展截圖

screenshot
screenshot
screenshot

下載Booksidian擴展crx文件

下載Booksidian擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Booksidian Booksidian
ID aegbimnoohfodebkjojbabcfkinbjink
官方網址 https://chromewebstore.google.com/detail/booksidian/aegbimnoohfodebkjojbabcfkinbjink
簡介 Create Obsidian notes for books (from the book's Goodreads page) or for YouTube videos
檔案大小 10.53 MB
安裝次數 193
目前版本 0.4
更新時間 2022-10-12
上架時間 2021-09-24
評分 5.00/5 共 1 次評分
開發者 https://amir.rachum.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/Nurdok/booksidian
說明頁面URL https://github.com/Nurdok/booksidian/issues
支援的語言 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"
    }
}