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 |
| 电子邮箱 | [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"
}
} | |