redactor

Make erasure poetry from websites.

什么是redactor?

redactor是由Christopher Fenwick开发的Chrome扩展程序,该扩展的主要功能是“Make erasure poetry from websites.”。

扩展截图

screenshot

下载redactor扩展crx文件

下载redactor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Click the extension and choose whether you want to blackout or whiteout text – then just click and drag to start making poems!

The best way to save your poems is to choose "File > Save Page As…" and select "Web page, Single File". The resulting .mhtml file will preserve the whole webpage with your redactions. You can then open it again in Chrome.

For more info on erasure:
https://en.wikipedia.org/wiki/Erasure_(artform)                    

扩展基本信息

名称 redactor redactor
ID bekajhbgpmifhhdmidjmcgiglahpmlgk
官方URL https://chromewebstore.google.com/detail/redactor/bekajhbgpmifhhdmidjmcgiglahpmlgk
简介 Make erasure poetry from websites.
文件大小 10.75 KB
安装次数 28
当前版本 1.2.1
更新时间 2020-07-20
上架时间 2020-07-11
开发者 Christopher Fenwick
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/lexipenia/redactor
帮助页面URL https://github.com/lexipenia/redactor
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "redactor",
    "description": "Make erasure poetry from websites.",
    "version": "1.2.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}