Booksidian

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

Booksidian क्या है?

Booksidian https://amir.rachum.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create Obsidian notes for books (from the book's Goodreads page) or for YouTube videos"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Booksidian एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}