Booksidian
Create Obsidian notes for books (from the book's Goodreads page) or for YouTube videos
Co to jest Booksidian?
Booksidian to rozszerzenie Chrome opracowane przez https://amir.rachum.com, a jego główną funkcją jest „Create Obsidian notes for books (from the book's Goodreads page) or for YouTube videos”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Booksidian
Pobierz pliki rozszerzeń Booksidian w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.)
Podstawowe informacje o rozszerzeniu
Nazwa | Booksidian |
ID | aegbimnoohfodebkjojbabcfkinbjink |
Oficjalny URL | https://chromewebstore.google.com/detail/booksidian/aegbimnoohfodebkjojbabcfkinbjink |
Opis | Create Obsidian notes for books (from the book's Goodreads page) or for YouTube videos |
Rozmiar pliku | 10.53 MB |
Liczba instalacji | 193 |
Aktualna Wersja | 0.4 |
Ostatnia Aktualizacja | 2022-10-12 |
Data Publikacji | 2021-09-24 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://amir.rachum.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Nurdok/booksidian |
Adres URL Strony Pomocy | https://github.com/Nurdok/booksidian/issues |
Obsługiwane Języki | 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" } } |