Logseq Quick Capture
Quick capture for Logseq
Logseq Quick Captureとは何ですか?
Logseq Quick Captureはbenpng.khによって開発されたChromeの拡張機能で、その主な機能は「Quick capture for Logseq」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |