Obsidian Clipper
Obsidian Web Clipper Chrome Extension to save articles and pages from the web in Obsidian
Obsidian Clipper란 무엇입니까?
Obsidian Clipper은(는) faumeier02에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Obsidian Web Clipper Chrome Extension to save articles and pages from the web in Obsidian"입니다.
확장 프로그램 스크린샷
Obsidian Clipper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Obsidian Clipper |
ID | hkfbbbooclabgjedfpeihhjjlgeclgnf |
공식 URL | https://chromewebstore.google.com/detail/obsidian-clipper/hkfbbbooclabgjedfpeihhjjlgeclgnf |
설명 | Obsidian Web Clipper Chrome Extension to save articles and pages from the web in Obsidian |
파일 크기 | 31.28 KB |
설치 횟수 | 853 |
현재 버전 | 0.2.0 |
최근 업데이트 | 2023-06-19 |
출시 날짜 | 2023-01-24 |
평점 | 3.71/5 총 7 개의 평점 |
개발자 | faumeier02 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/florian42/obsidian-clipper |
지원되는 언어 | 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" } } } |