Logseq Quick Capture
Quick capture for Logseq
What is Logseq Quick Capture?
Logseq Quick Capture is a Chrome extension developed by benpng.kh, and its main feature is "Quick capture for Logseq".
Extension Screenshots
Download Logseq Quick Capture Extension CRX File
Download Logseq Quick Capture extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Logseq Quick Capture |
ID | hdpmdgiddmjppbeahnglgagndmahlanc |
Official URL | https://chromewebstore.google.com/detail/logseq-quick-capture/hdpmdgiddmjppbeahnglgagndmahlanc |
Description | Quick capture for Logseq |
File Size | 23.09 KB |
Installation Count | 3,240 |
Current Version | 0.2.2 |
Last Updated | 2023-03-11 |
Publish Date | 2022-11-11 |
Rating | 4.71/5 Total 17 Ratings |
Developer | benpng.kh |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://github.com/hkgnp/chrome-extension-logseq-quickcapture/blob/main/PRIVACY.md |
Supported Languages | 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" ] } |