redactor

Make erasure poetry from websites.

What is redactor?

redactor is a Chrome extension developed by Christopher Fenwick, and its main feature is "Make erasure poetry from websites.".

Extension Screenshots

screenshot

Download redactor Extension CRX File

Download redactor 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

                        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)                    

Extension Basic Information

Name redactor redactor
ID bekajhbgpmifhhdmidjmcgiglahpmlgk
Official URL https://chromewebstore.google.com/detail/redactor/bekajhbgpmifhhdmidjmcgiglahpmlgk
Description Make erasure poetry from websites.
File Size 10.75 KB
Installation Count 28
Current Version 1.2.1
Last Updated 2020-07-20
Publish Date 2020-07-11
Developer Christopher Fenwick
Email [email protected]
Payment Type free
Extension Website https://github.com/lexipenia/redactor
Help Page URL https://github.com/lexipenia/redactor
Supported Languages 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"
    ]
}