论坛快捷回帖

使用自定义内容或本扩展预定义的回帖内容,快捷回复支持的论坛的发帖!

Cos'è 论坛快捷回帖?

论坛快捷回帖 è un'estensione di Chrome sviluppata da https://www.bmqy.net, e la sua funzione principale è "使用自定义内容或本扩展预定义的回帖内容,快捷回复支持的论坛的发帖!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 论坛快捷回帖

Scarica i file di estensione 论坛快捷回帖 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        使用自定义内容或本扩展预定义的回帖内容,快捷回复支持的论坛的发帖!
如需反馈问题,请加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;                    

Informazioni di Base sull'Estensione

Nome 论坛快捷回帖 论坛快捷回帖
ID biggoebcaebcjifgkfkgemedbiljjfim
URL Ufficiale https://chromewebstore.google.com/detail/%E8%AE%BA%E5%9D%9B%E5%BF%AB%E6%8D%B7%E5%9B%9E%E5%B8%96/biggoebcaebcjifgkfkgemedbiljjfim
Descrizione 使用自定义内容或本扩展预定义的回帖内容,快捷回复支持的论坛的发帖!
Dimensione del File 332 KB
Conteggio Installazioni 250
Versione Corrente 2.1.4
Ultimo Aggiornamento 2022-07-08
Data di Pubblicazione 2018-01-10
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://www.bmqy.net
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}