Logseq Quick Capture
Quick capture for Logseq
Was ist Logseq Quick Capture?
Logseq Quick Capture ist eine Chrome-Erweiterung, die von benpng.kh entwickelt wurde, und ihr Hauptmerkmal ist "Quick capture for Logseq".
Erweiterungsscreenshots
Logseq Quick Capture-Erweiterungs-CRX-Datei herunterladen
Laden Sie Logseq Quick Capture-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Logseq is an open-source note-taking app (www.logseq.com). This extension allows you to do a quick capture of the web-page that you are currently at and send it immediately to your open Logseq graph. It captures the URL and title of the page; and if you've made a text selection, it would capture that as well. (Logseq v0.8.12 onwards): Supports customising of your quick capture preferences through the extension options.
Grundlegende Informationen zur Erweiterung
Name | Logseq Quick Capture |
ID | hdpmdgiddmjppbeahnglgagndmahlanc |
Offizielle URL | https://chromewebstore.google.com/detail/logseq-quick-capture/hdpmdgiddmjppbeahnglgagndmahlanc |
Beschreibung | Quick capture for Logseq |
Dateigröße | 23.09 KB |
Installationsanzahl | 3,240 |
Aktuelle Version | 0.2.2 |
Letztes Update | 2023-03-11 |
Veröffentlichungsdatum | 2022-11-11 |
Bewertung | 4.71/5 Insgesamt 17 Bewertungen |
Entwickler | benpng.kh |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://github.com/hkgnp/chrome-extension-logseq-quickcapture/blob/main/PRIVACY.md |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Logseq Quick Capture", "version": "0.2.2", "description": "Quick capture for Logseq", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 3, "author": "hkgnp", "action": { "default_popup": "src\/index.html", "default_title": "Logseq Quick Capture" }, "options_page": "src\/options.html", "permissions": [ "scripting", "activeTab", "storage" ] } |