yuque-helper

一个语雀辅助小工具

What is yuque-helper?

yuque-helper is a Chrome extension developed by https://blog.coder4j.cn, and its main feature is "一个语雀辅助小工具".

Extension Screenshots

screenshot

Download yuque-helper Extension CRX File

Download yuque-helper 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

                        一个用于语雀的辅助小工具,可以快速插入头图,表情,也可以一键格式文本,设置字体等小功能

------------------------------------------------------------------------------
2021-04-25,首先向各位使用此插件的朋友说声抱歉,因为前几天语雀编辑器升级到3.0。页面整体改动极大,导致此插件大量功能失效,虽尽可能去兼容,但改动后的一些地方,目前来看就本人当前能力来说,已无法再实现之前的功能。在找到有效方法前,本插件暂停更新。万分抱歉!

更新日志:
版本号V1.6.0
2021-04-25
• 新增了哪些功能
• 优化了哪些功能
• 修复更新到 3.0 后部分功能的问题
📎yuque-helper-v1.6.0.zip	

版本号V1.5.0
2021年3月21日
• 新增了哪些功能
• 添加图片搜索功能 (pexels源)
• 优化了哪些功能
• 修复重复菜单项
📎yuque-helper-v1.5.0.zip

版本号V1.4.0
2021年3月13日
• 新增了哪些功能
• 标题升降级
• 文章随机漫步
• 菜单可配置
• 优化了哪些功能
• 修复外链生成目录问题
• 配置页优化
📎yuque-helper-v1.4.0.zip

版本号V1.3.0
2021年3月7日
• 新增了哪些功能
• 屏蔽发现面小红点
• 格式化配置
• 优化了哪些功能
• 格式化功能优化,不会丢失样式
📎yuque-helper-v1.3.0.zip

版本号V1.2.0
2021年1月12日
• 新增了哪些功能
• 网页转存
• 日记
• 轻量编辑器
• 帮助与反馈
• 页面转思维导图支持在任意页面转换
• 优化了哪些功能
• 在 edit 页面打开 markdown 视图时 404 问题
• 插入标题框、插入彩色标题头在光标处插入
📎yuque-helper-v1.2.0.zip

版本号V1.1.1
2021年1月4日
• 新增了哪些功能
• 添加生成标题编号功能
• 优化了哪些功能
• 阅读评估与字数统计添加开关功能
• 配置变更添加提示语
• 修复生成目录没有外部链接的问题
📎yuque-helper-v1.1.1.zip

版本号V1.1.0
2020年12月31日
• 新增了哪些功能
• 快速插入提示框
• 快速插入彩色标题头
• 阅读时间评估
• 字数统计
• 转成思维导图
• 优化了哪些功能
• 配置页面优化及快速打开
📎yuque-helper-v1.1.0.zip

版本号V1.0.0
2020年12月23日
• 新增了哪些功能
• Markdown 视图
• Html 视图
• 复制 Url
• 生成 TOC
• 插入 bing 图片
• 首行缩进
• 文本格式化
• 获得目录列表
• 插入表情
• 自定义字体
• 优化了哪些功能
• 无
📎yuque-helper-v1.0.0.zip                    

Extension Basic Information

Name yuque-helper yuque-helper
ID nkhfaopgdfgoedlecdnecpiindnkkpai
Official URL https://chromewebstore.google.com/detail/yuque-helper/nkhfaopgdfgoedlecdnecpiindnkkpai
Description 一个语雀辅助小工具
File Size 1.4 MB
Installation Count 1,067
Current Version 1.6.0
Last Updated 2021-04-26
Publish Date 2020-12-22
Rating 5.00/5 Total 9 Ratings
Developer https://blog.coder4j.cn
Email [email protected]
Payment Type free
Help Page URL https://www.yuque.com/yag8nv
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "yuque-helper",
    "description": "\u4e00\u4e2a\u8bed\u96c0\u8f85\u52a9\u5c0f\u5de5\u5177",
    "version": "1.6.0",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "yuque-helper",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "",
        "*:\/\/*\/*",
        "storage",
        "notifications"
    ],
    "homepage_url": "https:\/\/blog.coder4j.cn",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/test.js"
            ],
            "run_at": "document_start"
        }
    ]
}