Logseq Quick Capture

Quick capture for Logseq

Vad är Logseq Quick Capture?

Logseq Quick Capture är en Chrome-tillägg utvecklad av benpng.kh, och dess huvudfunktion är "Quick capture for Logseq".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Logseq Quick Capture-förlängningens CRX-fil

Ladda ner Logseq Quick Capture-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Logseq Quick Capture Logseq Quick Capture
ID hdpmdgiddmjppbeahnglgagndmahlanc
Officiell webbadress https://chromewebstore.google.com/detail/logseq-quick-capture/hdpmdgiddmjppbeahnglgagndmahlanc
Beskrivning Quick capture for Logseq
Filstorlek 23.09 KB
Antal Installationer 3,240
Aktuell Version 0.2.2
Senast Uppdaterad 2023-03-11
Publiceringsdatum 2022-11-11
Betyg 4.71/5 Totalt 17 Betyg
Utvecklare benpng.kh
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://github.com/hkgnp/chrome-extension-logseq-quickcapture/blob/main/PRIVACY.md
Stödda Språk 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"
    ]
}