Save To Obsidian
Extension To save Website to Obsidian @Dan Monceau
Save To Obsidian란 무엇입니까?
Save To Obsidian은(는) https://danmonceau.fr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension To save Website to Obsidian @Dan Monceau"입니다.
확장 프로그램 스크린샷
Save To Obsidian 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is an unofficial Chrome extension for Obsidian. Our extension allows you to quickly and easily save any website you visit using a specific format and specific information defined in our extension template. You can then easily export your saves to the Obsidian application for organization and future use. Use this extension to save blog posts, product pages, research references and more, for future reference or professional use.
확장 프로그램 기본 정보
이름 | Save To Obsidian |
ID | lpjpknbaigncdplelcbbpfadnepginhc |
공식 URL | https://chromewebstore.google.com/detail/save-to-obsidian/lpjpknbaigncdplelcbbpfadnepginhc |
설명 | Extension To save Website to Obsidian @Dan Monceau |
파일 크기 | 13.9 KB |
설치 횟수 | 627 |
현재 버전 | 1.3 |
최근 업데이트 | 2023-01-18 |
출시 날짜 | 2022-10-24 |
평점 | 3.00/5 총 3 개의 평점 |
개발자 | https://danmonceau.fr |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.danmonceau.fr/ |
도움말 페이지 URL | https://www.danmonceau.fr/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Save To Obsidian", "description": "Extension To save Website to Obsidian @Dan Monceau", "version": "1.3", "author": "Dan Monceau", "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "storage" ], "action": { "default_icon": { "16": "ico.png" }, "default_title": "Save To Obsidian", "default_popup": "index.html" }, "icons": { "16": "ico.png", "48": "ico.png", "128": "ico.png" } } |