论坛快捷回帖
使用自定义内容或本扩展预定义的回帖内容,快捷回复支持的论坛的发帖!
What is 论坛快捷回帖?
论坛快捷回帖 is a Chrome extension developed by https://www.bmqy.net, 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
使用自定义内容或本扩展预定义的回帖内容,快捷回复支持的论坛的发帖! 如需反馈问题,请加TG群https://t.me/tgbmqy。 v2.1.4 更新: 更新升序排序bug; v2.1.3 更新: 增加加载提示; 增加排序支持; v2.1.2 更新: 界面的微小调整; v2.1.1更新: 更新系统回复列表; v2.1.0更新: 更新接口; v2.0.3更新: 更新接口; v2.0.0更新: 全新改版; v1.1.0更新: 1、更新样式; 2、更新支持兼容chrome; 3、其它更新; v1.0.1更新: 1. 修复编辑帖子时内容被覆盖的bug v1.0.0更新: 1. 更新支持高级回复模式; 2. 重置版本号为:1.0.0;
Extension Basic Information
Name | |
ID | biggoebcaebcjifgkfkgemedbiljjfim |
Official URL | https://chromewebstore.google.com/detail/%E8%AE%BA%E5%9D%9B%E5%BF%AB%E6%8D%B7%E5%9B%9E%E5%B8%96/biggoebcaebcjifgkfkgemedbiljjfim |
Description | 使用自定义内容或本扩展预定义的回帖内容,快捷回复支持的论坛的发帖! |
File Size | 332 KB |
Installation Count | 250 |
Current Version | 2.1.4 |
Last Updated | 2022-07-08 |
Publish Date | 2018-01-10 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://www.bmqy.net |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "author": "bmqy", "action": { "default_icon": "images\/icon_128.png", "default_title": "\u8bba\u575b\u5feb\u6377\u56de\u5e16" }, "content_scripts": [ { "css": [ "libs\/element-ui\/lib\/theme-chalk\/index.css" ], "js": [ "libs\/vue\/vue.min.js", "libs\/element-ui\/lib\/index.js", "libs\/leancloud-storage\/av-min.js", "app.js" ], "matches": [ "*:\/\/*\/thread*.*", "*:\/\/*\/forum.php?mod=viewthread*", "*:\/\/*\/forum.php?mod=post*" ] } ], "description": "\u4f7f\u7528\u81ea\u5b9a\u4e49\u5185\u5bb9\u6216\u672c\u6269\u5c55\u9884\u5b9a\u4e49\u7684\u56de\u5e16\u5185\u5bb9\uff0c\u5feb\u6377\u56de\u590d\u652f\u6301\u7684\u8bba\u575b\u7684\u53d1\u5e16\uff01", "icons": { "128": "images\/icon_128.png", "16": "images\/icon_16.png", "48": "images\/icon_48.png", "64": "images\/icon_64.png" }, "manifest_version": 3, "name": "\u8bba\u575b\u5feb\u6377\u56de\u5e16", "short_name": "\u5feb\u6377\u56de\u5e16", "permissions": [ "storage" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqGXLztub8CZvCJTKCJ9s7BStv25GjT7f8DxNUVOJNBkiukjckSuJVggVABaxU7vy+PlPPwlAzSXGY+PhsEUArnsRsCZo3G+oDrEgnep9O9ruj569w7kTg2ryjmAgTPjZ8Vqh2Afpdkl6JY0J69JMcIatc3u9WbbKRrMgED\/t2Jqld+Sd\/IfneGclF1k+SGHYiPAPxhKJ3d6OQ037SOQbAKTANFLbcLlwHioT7GKA3l\/1AZTn6K3fvnSbgY5zRls4hywbR\/Ieldv1VzR9stKlrLNa9Lbt8gHctMPq0UxqTnAz7JXzehNYkg5idNGpdLja5U8W9k0BWOxj2WxTWQ50XQIDAQAB", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1.4" } |