小程序排版小助手

微信公众号文章一键轻松排版小程序链接。

What is 小程序排版小助手?

小程序排版小助手 is a Chrome extension developed by zhupengbupt, and its main feature is "微信公众号文章一键轻松排版小程序链接。".

Extension Screenshots

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

                        微信公众号后台编辑文章的过程中可以添加小程序,我数了一下至少需要经过 6 步才能添加完成,有时候都不知道小程序的访问路径而不知道怎么操作。

小程序排版小助手帮助大家更方便的在公众号文章中添加小程序,借助 Chrome 插件提供一键轻松添加和排版小程序链接。你只需要在文章中填写浏览器上的链接,小助手将自动转化为小程序可以识别的链接,比如:https://github.com/ZhuPeng/mp-githubtrending

详情:https://github.com/ZhuPeng/mp-transform-public                    

Extension Basic Information

Name 小程序排版小助手 小程序排版小助手
ID aigggkimjmfijjfbhonlblgajnoilbbb
Official URL https://chromewebstore.google.com/detail/%E5%B0%8F%E7%A8%8B%E5%BA%8F%E6%8E%92%E7%89%88%E5%B0%8F%E5%8A%A9%E6%89%8B/aigggkimjmfijjfbhonlblgajnoilbbb
Description 微信公众号文章一键轻松排版小程序链接。
File Size 24.2 KB
Installation Count 126
Current Version 2.9
Last Updated 2020-12-09
Publish Date 2019-10-21
Rating 5.00/5 Total 3 Ratings
Developer zhupengbupt
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5c0f\u7a0b\u5e8f\u6392\u7248\u5c0f\u52a9\u624b",
    "version": "2.9",
    "description": "\u5fae\u4fe1\u516c\u4f17\u53f7\u6587\u7ae0\u4e00\u952e\u8f7b\u677e\u6392\u7248\u5c0f\u7a0b\u5e8f\u94fe\u63a5\u3002",
    "manifest_version": 2,
    "homepage_url": "https:\/\/github.com\/ZhuPeng\/mp-transform-public",
    "icons": {
        "16": "img\/link-16.png",
        "32": "img\/link-32.png",
        "64": "img\/link-64.png",
        "128": "img\/link-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}