Logseq Quick Capture

Quick capture for Logseq

什么是Logseq Quick Capture?

Logseq Quick Capture是由benpng.kh开发的Chrome扩展程序,该扩展的主要功能是“Quick capture for Logseq”。

扩展截图

screenshot
screenshot

下载Logseq Quick Capture扩展crx文件

下载Logseq Quick Capture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Logseq Quick Capture Logseq Quick Capture
ID hdpmdgiddmjppbeahnglgagndmahlanc
官方URL https://chromewebstore.google.com/detail/logseq-quick-capture/hdpmdgiddmjppbeahnglgagndmahlanc
简介 Quick capture for Logseq
文件大小 23.09 KB
安装次数 3,240
当前版本 0.2.2
更新时间 2023-03-11
上架时间 2022-11-11
评分 4.71/5 共17次评分
开发者 benpng.kh
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://github.com/hkgnp/chrome-extension-logseq-quickcapture/blob/main/PRIVACY.md
支持的语言 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"
    ]
}