语雀搜索

语雀快捷搜索插件

语雀搜索คืออะไร?

语雀搜索 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://liu.app และคุณลักษณะหลักของมันคือ "语雀快捷搜索插件"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 语雀搜索

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

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

                        快捷搜索语雀个人知识库下的文章,并在新标签页打开,而无需打开语雀工作台。

1. 使用方法:
- 右键插件 -> 选项 -> 设置`语雀 Token`
- 点击插件(或使用 Alt+1 快捷键) -> 输入想搜索的关键字 -> 回车
- 再次回车,将在新标签页打开选中的文章

注: 快捷键可前往`chrome://extensions/shortcuts`手动配置

2. 联系我
- Mail: [email protected]
- Telegram: https://t.me/yezige

3. 其他
MIT 代码地址:https://github.com/yezige/yuque-search
有问题请提 `Issues`                    

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

ชื่อ 语雀搜索 语雀搜索
ID lffaohdkiepcnjnnbngjbmpgegbnepgf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/%E8%AF%AD%E9%9B%80%E6%90%9C%E7%B4%A2/lffaohdkiepcnjnnbngjbmpgegbnepgf
คำอธิบาย 语雀快捷搜索插件
ขนาดไฟล์ 196 KB
จำนวนการติดตั้ง 223
เวอร์ชันปัจจุบัน 1.0.5.2
อัปเดตครั้งล่าสุด 2023-01-19
วันที่เผยแพร่ 2022-03-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://liu.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://liu.app
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u8bed\u96c0\u641c\u7d22",
    "description": "\u8bed\u96c0\u5feb\u6377\u641c\u7d22\u63d2\u4ef6",
    "version": "1.0.5.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "\/pages\/options\/index.html",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.yuque.com\/"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+1"
            }
        }
    },
    "action": {
        "default_popup": "\/pages\/popup\/index.html",
        "default_icon": {
            "16": "\/static\/images\/yuque16.png",
            "32": "\/static\/images\/yuque32.png",
            "48": "\/static\/images\/yuque48.png",
            "128": "\/static\/images\/yuque128.png"
        }
    },
    "icons": {
        "16": "\/static\/images\/yuque16.png",
        "32": "\/static\/images\/yuque32.png",
        "48": "\/static\/images\/yuque48.png",
        "128": "\/static\/images\/yuque128.png"
    }
}