Obsidian Clipper
Obsidian Web Clipper Chrome Extension to save articles and pages from the web in Obsidian
Obsidian Clipper là gì?
Obsidian Clipper là một tiện ích mở rộng Chrome được phát triển bởi faumeier02, và tính năng chính của nó là "Obsidian Web Clipper Chrome Extension to save articles and pages from the web in Obsidian".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Obsidian Clipper
Tải xuống các tệp mở rộng Obsidian Clipper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
The extension utilizes Readability.js to extract the content of the article of a website, as well as important metadata such as the domain, title, timestamp, excerpt, and word count. This allows you to easily organize and access your saved articles within your Obsidian vault. The extension is simple and easy to use, with a one-click saving feature that adds the article to your vault. This is a great tool for researchers, students, and anyone who wants to save and organize articles for later reading and reference. Please navigate to the extension's settings to specify the Obsidian vault where you'd like your articles stored. Obsidian icon by Icons8
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Obsidian Clipper |
ID | hkfbbbooclabgjedfpeihhjjlgeclgnf |
URL Chính Thức | https://chromewebstore.google.com/detail/obsidian-clipper/hkfbbbooclabgjedfpeihhjjlgeclgnf |
Mô tả | Obsidian Web Clipper Chrome Extension to save articles and pages from the web in Obsidian |
Kích Thước Tệp | 31.28 KB |
Số Lần Cài Đặt | 853 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2023-06-19 |
Ngày Phát Hành | 2023-01-24 |
Đánh Giá | 3.71/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | faumeier02 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/florian42/obsidian-clipper |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Obsidian Clipper", "version": "0.2.0", "description": "Obsidian Web Clipper Chrome Extension to save articles and pages from the web in Obsidian", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "activeTab", "scripting", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" } } } |