redactor
Make erasure poetry from websites.
Wat is redactor?
redactor is een Chrome-extensie ontwikkeld door Christopher Fenwick, en de belangrijkste functie is "Make erasure poetry from websites.".
Extensie Screenshots
Download het CRX-bestand van de extensie redactor
Download redactor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | redactor |
ID | bekajhbgpmifhhdmidjmcgiglahpmlgk |
Officiële URL | https://chromewebstore.google.com/detail/redactor/bekajhbgpmifhhdmidjmcgiglahpmlgk |
Beschrijving | Make erasure poetry from websites. |
Bestandsgrootte | 10.75 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2020-07-20 |
Publicatiedatum | 2020-07-11 |
Ontwikkelaar | Christopher Fenwick |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/lexipenia/redactor |
Help Pagina-URL | https://github.com/lexipenia/redactor |
Ondersteunde Talen | 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" ] } |