Logseq Quick Capture

Quick capture for Logseq

ما هو Logseq Quick Capture؟

Logseq Quick Capture هو إضافة Chrome تم تطويرها بواسطة benpng.kh، والميزة الرئيسية لها هي "Quick capture for Logseq".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Logseq Quick Capture

قم بتنزيل ملفات الامتداد Logseq Quick Capture بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    ]
}