Obsidian Web Clipper
A clipping extension to create notes in Obsidian.
Obsidian Web Clipper란 무엇입니까?
Obsidian Web Clipper은(는) Marco Vavassori에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A clipping extension to create notes in Obsidian."입니다.
확장 프로그램 스크린샷
Obsidian Web Clipper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Obsidian Web Clipper is an unofficial web clipper for Obsidian, the powerful knowledge management and note-taking app. With this extension, you can easily create notes within a popup and save them directly to your Obsidian vault. Key Features: -Save web pages and their links directly to your Obsidian vault -Automatically use the page title as the note title -Customize the folder path to organize your notes -Add additional content and annotations to your clippings -Simple and intuitive user interface Start capturing and organizing your web research effortlessly with Obsidian Web Clipper. Enhance your knowledge management workflow and unlock the full potential of Obsidian. Note: This extension is free, open-source, and not affiliated with Obsidian.
확장 프로그램 기본 정보
이름 | Obsidian Web Clipper |
ID | akiokmdijehkppdjnfdhdgcoeehpbfgd |
공식 URL | https://chromewebstore.google.com/detail/obsidian-web-clipper/akiokmdijehkppdjnfdhdgcoeehpbfgd |
설명 | A clipping extension to create notes in Obsidian. |
파일 크기 | 123 KB |
설치 횟수 | 2,356 |
현재 버전 | 0.1.3 |
최근 업데이트 | 2023-09-19 |
출시 날짜 | 2023-05-27 |
평점 | 4.00/5 총 5 개의 평점 |
개발자 | Marco Vavassori |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/mvavassori/obsidian-web-clipper |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Obsidian Web Clipper", "version": "0.1.3", "description": "A clipping extension to create notes in Obsidian.", "action": { "default_icon": "logo48.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "options_page": "options.html", "permissions": [ "activeTab", "storage" ], "icons": { "48": "logo48.png", "128": "logo128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |