Obsidian Clipper
A small chrome plugin that let's you easily clip things to Obsidian
Apa itu Obsidian Clipper?
Obsidian Clipper adalah ekstensi Chrome yang dikembangkan oleh Joost Plattel, dan fitur utamanya adalah "A small chrome plugin that let's you easily clip things to Obsidian".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Obsidian Clipper
Unduh file ekstensi Obsidian Clipper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This is an unofficial clipper for Obsidian that allows you to easily clip a selection to a note in Obsidian. Clip a selection in Chrome with or without markdown support to Obsidian.
Informasi Dasar Ekstensi
Nama | Obsidian Clipper |
ID | mphkdfmipddgfobjhphabphmpdckgfhb |
URL Resmi | https://chromewebstore.google.com/detail/obsidian-clipper/mphkdfmipddgfobjhphabphmpdckgfhb |
Deskripsi | A small chrome plugin that let's you easily clip things to Obsidian |
Ukuran File | 309 KB |
Jumlah Instalasi | 20,000 |
Versi Saat Ini | 0.5.0 |
Terakhir Diperbarui | 2022-08-17 |
Tanggal Publikasi | 2020-11-06 |
Penilaian | 3.76/5 Total 29 Penilaian |
Pengembang | Joost Plattel |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://jplattel.github.io/obsidian-clipper/ |
URL Halaman Bantuan | https://github.com/jplattel/obsidian-clipper/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Obsidian Clipper", "version": "0.5.0", "manifest_version": 3, "description": "A small chrome plugin that let's you easily clip things to Obsidian", "homepage_url": "https:\/\/github.com\/jplattel\/obsidian-clipper", "background": { "service_worker": "background.js", "type": "module" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "action": { "default_title": "Clip selection to Obsidian" }, "permissions": [ "activeTab", "clipboardWrite", "storage", "scripting" ], "host_permissions": [ "https:\/\/jplattel.github.io\/obsidian-clipper\/clip.html" ], "web_accessible_resources": [ { "resources": [ "\/lib\/*" ], "matches": [ " |