redactor

Make erasure poetry from websites.

Vad är redactor?

redactor är en Chrome-tillägg utvecklad av Christopher Fenwick, och dess huvudfunktion är "Make erasure poetry from websites.".

Tilläggsskärmbilder

screenshot

Ladda ner redactor-förlängningens CRX-fil

Ladda ner redactor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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)                    

Grundläggande Information om Tillägg

Namn redactor redactor
ID bekajhbgpmifhhdmidjmcgiglahpmlgk
Officiell webbadress https://chromewebstore.google.com/detail/redactor/bekajhbgpmifhhdmidjmcgiglahpmlgk
Beskrivning Make erasure poetry from websites.
Filstorlek 10.75 KB
Antal Installationer 28
Aktuell Version 1.2.1
Senast Uppdaterad 2020-07-20
Publiceringsdatum 2020-07-11
Utvecklare Christopher Fenwick
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/lexipenia/redactor
Hjälpsida URL https://github.com/lexipenia/redactor
Stödda Språk 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"
    ]
}