语雀浏览器插件

语雀浏览器知识管理插件,支持剪藏页面文本和图片,截图OCR识别文字,可划词剪藏、翻译,侧边栏写笔记,并存到语雀。

What is 语雀浏览器插件?

语雀浏览器插件 is a Chrome extension developed by yuque.ant, and its main feature is "语雀浏览器知识管理插件,支持剪藏页面文本和图片,截图OCR识别文字,可划词剪藏、翻译,侧边栏写笔记,并存到语雀。".

Extension Screenshots

screenshot
screenshot
screenshot

Download 语雀浏览器插件 Extension CRX File

Download 语雀浏览器插件 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

                        这是一款语雀的浏览器插件,日常在浏览器看到精彩片段时,就可以顺手捕捉、剪藏到语雀,方便日常收集灵感、信息使用                    

Extension Basic Information

Name 语雀浏览器插件 语雀浏览器插件
ID hnbdgfongnkfgnbpamndfiiedhapfecn
Official URL https://chromewebstore.google.com/detail/%E8%AF%AD%E9%9B%80%E6%B5%8F%E8%A7%88%E5%99%A8%E6%8F%92%E4%BB%B6/hnbdgfongnkfgnbpamndfiiedhapfecn
Description 语雀浏览器知识管理插件,支持剪藏页面文本和图片,截图OCR识别文字,可划词剪藏、翻译,侧边栏写笔记,并存到语雀。
File Size 4.99 MB
Installation Count 12,210
Current Version 0.5.8
Last Updated 2024-01-27
Publish Date 2023-07-28
Rating 4.54/5 Total 13 Ratings
Developer yuque.ant
Email [email protected]
Payment Type free
Extension Website https://yuque.com
Privacy Policy Page URL https://www.yuque.com/yuque/qeyyk7/bl95f1imynp9u6pg
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.5.8",
    "name": "\u8bed\u96c0\u6d4f\u89c8\u5668\u63d2\u4ef6",
    "manifest_version": 3,
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "description": "\u8bed\u96c0\u6d4f\u89c8\u5668\u77e5\u8bc6\u7ba1\u7406\u63d2\u4ef6\uff0c\u652f\u6301\u526a\u85cf\u9875\u9762\u6587\u672c\u548c\u56fe\u7247\uff0c\u622a\u56feOCR\u8bc6\u522b\u6587\u5b57\uff0c\u53ef\u5212\u8bcd\u526a\u85cf\u3001\u7ffb\u8bd1\uff0c\u4fa7\u8fb9\u680f\u5199\u7b14\u8bb0\uff0c\u5e76\u5b58\u5230\u8bed\u96c0\u3002",
    "action": [],
    "content_scripts": [
        {
            "js": [
                "content-scripts.js"
            ],
            "matches": [
                "",
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "yuque-logo-16.png",
        "32": "yuque-logo-32.png",
        "48": "yuque-logo-48.png",
        "128": "yuque-logo-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content-scripts.css",
                "editor.html",
                "sidePanel.html",
                "doc.css",
                "doc.umd.js",
                "CodeMirror.js",
                "katex.min.js",
                "tracert_a385.js",
                "antd.4.24.13.css",
                "lake-editor-icon.js",
                "react.production.min.js",
                "react-dom.production.min.js",
                "inject-content-script.js"
            ],
            "matches": [
                "",
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "script-src": "'self' 'unsafe-eval'",
        "object-src": "'self'"
    },
    "host_permissions": [
        "",
        "*:\/\/*\/*"
    ],
    "permissions": [
        "activeTab",
        "declarativeNetRequest",
        "background",
        "contextMenus",
        "cookies",
        "storage",
        "tabs",
        "webRequest",
        "scripting",
        "sidePanel"
    ],
    "side_panel": {
        "default_path": "sidePanel.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Period",
                "mac": "Command+Period"
            }
        },
        "selectArea": {
            "description": "\u9009\u53d6\u526a\u85cf"
        },
        "startOcr": {
            "description": "OCR \u63d0\u53d6"
        },
        "clipPage": {
            "description": "\u5168\u6587\u526a\u85cf"
        }
    }
}