Logseq Copilot

Logseq Copilot, Connect with you logseq API server, bring your information when you browsing.

Logseq Copilotคืออะไร?

Logseq Copilot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EINDEX และคุณลักษณะหลักของมันคือ "Logseq Copilot, Connect with you logseq API server, bring your information when you browsing."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Logseq Copilot

ดาวน์โหลดไฟล์ส่วนขยาย Logseq Copilot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Logseq Copilot is a Chrome extension that allows you to access your Logseq using your browser. 

Logseq is a privacy-first, open-source platform for knowledge sharing and management. 

With Logseq Copilot, you can easily retrieve relevant information from your Logseq graph and enrich your online search, reading, learning experience.

Some of the features of Logseq Copilot are:

🔍 Show Logseq content when you search on popular searching engines via your keywords. Now support Google, Bing, Baidu, Yandex, DuckDuckGo, SearX.
📝 Quick capture from web content your selected. (Note feature will coming soon).
🧠 Bring back history blocks from your Logseq.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Logseq Copilot Logseq Copilot
ID hihgfcgbmnbomabfdbajlbpnacndeihl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/logseq-copilot/hihgfcgbmnbomabfdbajlbpnacndeihl
คำอธิบาย Logseq Copilot, Connect with you logseq API server, bring your information when you browsing.
ขนาดไฟล์ 519 KB
จำนวนการติดตั้ง 1,138
เวอร์ชันปัจจุบัน 1.14.3
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2023-02-15
คะแนน 4.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา EINDEX
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://logseq-copilot.eindex.me
URL หน้าช่วยเหลือ https://github.com/eindex/logseq-copilot/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.14.3",
    "author": "[email protected]",
    "name": "Logseq Copilot",
    "description": "Logseq Copilot, Connect with you logseq API server, bring your information when you browsing.",
    "chrome_url_overrides": [],
    "icons": {
        "192": "assets\/img\/logo-192.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Logseq Copilot"
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": false,
        "open_in_tab": true
    },
    "commands": {
        "clip": {
            "suggested_key": {
                "default": "Ctrl+Shift+U"
            },
            "description": "Make Clip note"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content-script.css",
                "assets\/img\/logo.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnkAYeXnTWrNIu2h8D4xi9NHWLe0eTR3CX8DDw1c0qyCucaCKxkk\/+gZcl89Ifyq5joXc\/CeQrM3QVjrL1RAXrKZVqTNvBCUh1H1oJJ47nqkKKI6bNZVT8utjFTjDD1ZYXPYzQhsGuP\/cY1wIrlhhIuawFW1h+UUwYlYQtS5FcjJ\/RPrao+8KwJaS9p3Cei9rWXhE\/PV19ZVOqOUx9ZSzj5\/OYCB1u1VWFD5BlUbTXSbzyM\/VvXZseAVruVy7oRHJ565AH\/uPz2ZVL55Gz0LzcHw4HNRc2f+mSVAbHAuK7JDWtRlrZ3Fbav9qBrcVIAxTpnf5B2I2YMBMcu852Vkc3QIDAQAB",
    "background": {
        "service_worker": "background.js"
    }
}