Booksidian

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

Booksidianคืออะไร?

Booksidian เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://amir.rachum.com และคุณลักษณะหลักของมันคือ "Create Obsidian notes for books (from the book's Goodreads page) or for YouTube videos"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Booksidian

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}