meles/attachment_preview
Composer 安装命令:
composer require meles/attachment_preview
包简介
Preview Attachment in message area instead of new tab
README 文档
README
Preview attachment in message area instead of new tab.
Usage
The plugin adds an option to the attachment menu, so you can preview the attachment right within the message area:
Install
Execute the following lines in your Roundcube plugins folder
wget -q https://github.com/jv-barsuk/roundcube_attachment_preview/archive/refs/heads/main.zip -O attachment_preview.zip; unzip attachment_preview.zip; mv roundcube_attachment_preview-main attachment_preview; rm attachment_preview.zip
add the plugin 'attachment_preview', to the plugins list in your roundcube config file config/config.inc.php:
$config['plugins'] = array(
'carddav',
'persistent_login',
'attachment_preview',
);
统计信息
- 总下载量: 61
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2023-02-11
