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
官方網址 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"
    ]
}