obsidian-livesync-webclip
Webclipper for Obsidian LiveSync
Hvad er obsidian-livesync-webclip?
obsidian-livesync-webclip er en Chrome-udvidelse udviklet af vrtmrz, og dens hovedfunktion er "Webclipper for Obsidian LiveSync".
Udvidelsesskærmbilleder
Download obsidian-livesync-webclip-udvidelses-CRX-fil
Download obsidian-livesync-webclip-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Clip web pages to markdown, and send them to Obsidian via Obsidian-livesync. You can keep online content as a local notebook, and reallege, collect, and add your comments as markdown. Images are also captured. Therefore, you can view the content while you are off the line. Self-hosted livesync and obsidian-live-sync-webcip are made in OpenSource. If you feel anything worries, check the repo. You can control all your data completely. Note: - Obsidian, and your own server or SaaS account are required. for more information, check the repo. - Your Cloudant or CouchDB instance should allow the CORS request from the URI you have clipped. https://github.com/vrtmrz/obsidian-livesync
Grundlæggende oplysninger om udvidelsen
Navn | obsidian-livesync-webclip |
ID | jfpaflmpckblieefkegjncjoceapakdf |
Officiel URL | https://chromewebstore.google.com/detail/obsidian-livesync-webclip/jfpaflmpckblieefkegjncjoceapakdf |
Beskrivelse | Webclipper for Obsidian LiveSync |
Filstørrelse | 78.67 KB |
Antal Installationer | 1,456 |
Nuværende Version | 0.6 |
Senest Opdateret | 2023-12-11 |
Udgivelsesdato | 2021-10-25 |
Bedømmelse | 4.20/5 Samlet 5 Bedømmelser |
Udvikler | vrtmrz |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/vrtmrz/obsidian-livesync |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "name": "obsidian-livesync-webclip", "description": "Webclipper for Obsidian LiveSync", "version": "0.6", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |