Logseq Quick Capture

Quick capture for Logseq

Apa itu Logseq Quick Capture?

Logseq Quick Capture adalah ekstensi Chrome yang dikembangkan oleh benpng.kh, dan fitur utamanya adalah "Quick capture for Logseq".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Logseq Quick Capture

Unduh file ekstensi Logseq Quick Capture dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Logseq Quick Capture Logseq Quick Capture
ID hdpmdgiddmjppbeahnglgagndmahlanc
URL Resmi https://chromewebstore.google.com/detail/logseq-quick-capture/hdpmdgiddmjppbeahnglgagndmahlanc
Deskripsi Quick capture for Logseq
Ukuran File 23.09 KB
Jumlah Instalasi 3,240
Versi Saat Ini 0.2.2
Terakhir Diperbarui 2023-03-11
Tanggal Publikasi 2022-11-11
Penilaian 4.71/5 Total 17 Penilaian
Pengembang benpng.kh
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://github.com/hkgnp/chrome-extension-logseq-quickcapture/blob/main/PRIVACY.md
Bahasa yang Didukung 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"
    ]
}