YuqueX
基于 Umi 开发,提供一些语雀增强功能
What is YuqueX?
YuqueX is a Chrome extension developed by chaokai.lck, and its main feature is "基于 Umi 开发,提供一些语雀增强功能".
Extension Screenshots
Download YuqueX Extension CRX File
Download YuqueX 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
语雀X,为inc语雀而生~ - 🚀 提供嵌文拦截功能,提升话题区渲染速率 - 📦 提供话题折叠功能,不想看的东西就直接折叠掉 - 📋 提供锚点目录,快速定位想看的位置 - 🌼 优化内容呈现,解决一些语雀排版的问题 0.0.14 版本更新 - 修复若干样式问题 - 升级到 react 18、ant design 5、umi4 - 升级到 manifest v3
Extension Basic Information
Name | YuqueX |
ID | mgbomlpgakjffbmbblphiffckbegdejj |
Official URL | https://chromewebstore.google.com/detail/yuquex/mgbomlpgakjffbmbblphiffckbegdejj |
Description | 基于 Umi 开发,提供一些语雀增强功能 |
File Size | 363 KB |
Installation Count | 235 |
Current Version | 0.0.14 |
Last Updated | 2023-07-29 |
Publish Date | 2021-09-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | chaokai.lck |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YuqueX", "description": "\u57fa\u4e8e Umi \u5f00\u53d1\uff0c\u63d0\u4f9b\u4e00\u4e9b\u8bed\u96c0\u589e\u5f3a\u529f\u80fd", "permissions": [ "storage", "webRequest" ], "host_permissions": [ "*:\/\/*.yuque.com\/*", "*:\/\/yuque.antfin.com\/*", "*:\/\/yuque.antfin-inc.com\/*" ], "icons": { "16": "logo\/[email protected]", "32": "logo\/[email protected]", "48": "logo\/[email protected]", "128": "logo\/[email protected]" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "action": { "default_popup": "popup.html" }, "version": "0.0.14", "background": { "service_worker": "background.js" }, "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "minimum_chrome_version": "88", "content_scripts": [ { "matches": [ "*:\/\/*.yuque.com\/*", "*:\/\/yuque.antfin.com\/*", "*:\/\/yuque.antfin-inc.com\/*" ], "run_at": "document_idle", "js": [ "contentScript_0.js" ], "css": [ "contentScript_0.css" ] } ] } |