SiYuan

Web clipping for SiYuan. 思源笔记网页剪藏。

What is SiYuan?

SiYuan is a Chrome extension developed by Yunnan Liandi Technology Co., Ltd., and its main feature is "Web clipping for SiYuan. 思源笔记网页剪藏。".

Extension Screenshots

screenshot
screenshot
screenshot

Download SiYuan Extension CRX File

Download SiYuan extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        此扩展用于思源网页剪藏、复制页面内容并粘贴到思源编辑器中,将复制的 HTML 转换为思源格式。

思源笔记是隐私优先的个人知识管理系统,支持细粒度块级引用,Markdown 所见即所得。

This extension used for SiYuan web clipping, copy page content, and paste into SiYuan editor will convert the copied HTML to SiYuan format.

SiYuan is a privacy-first personal knowledge management system, supports fine-grained block-level reference, and Markdown WYSIWYG.                    

Extension Basic Information

Name SiYuan SiYuan
ID hkcgjbeblifaincobbcfiffbpgoafepk
Official URL https://chromewebstore.google.com/detail/siyuan/hkcgjbeblifaincobbcfiffbpgoafepk
Description Web clipping for SiYuan. 思源笔记网页剪藏。
File Size 41.17 KB
Installation Count 9,000
Current Version 1.1.14
Last Updated 2023-06-28
Publish Date 2021-05-23
Rating 4.17/5 Total 23 Ratings
Developer Yunnan Liandi Technology Co., Ltd.
Email [email protected]
Payment Type free
Extension Website https://github.com/siyuan-note/siyuan-chrome
Help Page URL https://github.com/siyuan-note/siyuan-chrome/issues
Privacy Policy Page URL https://b3log.org/siyuan/privacy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "91",
    "homepage_url": "https:\/\/github.com\/siyuan-note\/siyuan-chrome",
    "action": {
        "default_title": "SiYuan",
        "default_popup": "options.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "lib\/Readability.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "contextMenus",
        "clipboardWrite",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "name": "SiYuan",
    "options_page": "options.html",
    "description": "Web clipping for SiYuan. \u601d\u6e90\u7b14\u8bb0\u7f51\u9875\u526a\u85cf\u3002",
    "version": "1.1.14"
}