小程序助手
简化小程序操作过程,方便用户生成小程序码,复制小程序路径
What is 小程序助手?
小程序助手 is a Chrome extension developed by https://weread.qnmlgb.tech, and its main feature is "简化小程序操作过程,方便用户生成小程序码,复制小程序路径".
Extension Screenshots
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
简化小程序操作过程,方便用户生成小程序码,复制小程序路径
Extension Basic Information
Name | 小程序助手 |
ID | bgcidnpoilipdbkenkbmidbobgfhmjco |
Official URL | https://chromewebstore.google.com/detail/%E5%B0%8F%E7%A8%8B%E5%BA%8F%E5%8A%A9%E6%89%8B/bgcidnpoilipdbkenkbmidbobgfhmjco |
Description | 简化小程序操作过程,方便用户生成小程序码,复制小程序路径 |
File Size | 117 KB |
Installation Count | 129 |
Current Version | 0.0.3 |
Last Updated | 2020-12-12 |
Publish Date | 2020-12-04 |
Developer | https://weread.qnmlgb.tech |
[email protected] | |
Payment Type | free |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u5c0f\u7a0b\u5e8f\u52a9\u624b", "version": "0.0.3", "manifest_version": 2, "description": "", "homepage_url": "https:\/\/weread.qnmlgb.tech", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "zh_CN", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "*:\/\/mp.weixin.qq.com\/*", "downloads", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/mp.weixin.qq.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "*:\/\/mp.weixin.qq.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "content_security_policy": "'unsafe-inline'" } |