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」です。
拡張機能のスクリーンショット
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.) 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |