2
0
mirror of https://github.com/koreader/koreader synced 2024-11-11 19:11:14 +00:00
koreader/plugins/coverimage.koplugin/_meta.lua
zwim 926e7dd402
coverimage plugin (#6813)
* Plugin for saving the cover image to file. Useful in some e-ink android devices.
2020-11-10 15:00:56 +01:00

7 lines
154 B
Lua

local _ = require("gettext")
return {
name = "coverimage",
fullname = _("Cover Image"),
description = _([[Stores cover image to a file.]]),
}