yuque-helper

一个语雀辅助小工具

¿Qué es yuque-helper?

yuque-helper es una extensión de Chrome desarrollada por https://blog.coder4j.cn, y su función principal es "一个语雀辅助小工具".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión yuque-helper

Descarga archivos de extensión yuque-helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

------------------------------------------------------------------------------
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                    

Información Básica de la Extensión

Nombre yuque-helper yuque-helper
ID nkhfaopgdfgoedlecdnecpiindnkkpai
URL Oficial https://chromewebstore.google.com/detail/yuque-helper/nkhfaopgdfgoedlecdnecpiindnkkpai
Descripción 一个语雀辅助小工具
Tamaño del Archivo 1.4 MB
Cantidad de Instalaciones 1,067
Versión Actual 1.6.0
Última Actualización 2021-04-26
Fecha de Publicación 2020-12-22
Calificación 5.00/5 Total de 9 Calificaciones
Desarrollador https://blog.coder4j.cn
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://www.yuque.com/yag8nv
Idiomas Soportados 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"
        }
    ]
}