redactor
Make erasure poetry from websites.
Cos'è redactor?
redactor è un'estensione di Chrome sviluppata da Christopher Fenwick, e la sua funzione principale è "Make erasure poetry from websites.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione redactor
Scarica i file di estensione redactor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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)
Informazioni di Base sull'Estensione
Nome | redactor |
ID | bekajhbgpmifhhdmidjmcgiglahpmlgk |
URL Ufficiale | https://chromewebstore.google.com/detail/redactor/bekajhbgpmifhhdmidjmcgiglahpmlgk |
Descrizione | Make erasure poetry from websites. |
Dimensione del File | 10.75 KB |
Conteggio Installazioni | 28 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2020-07-20 |
Data di Pubblicazione | 2020-07-11 |
Sviluppatore | Christopher Fenwick |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/lexipenia/redactor |
URL della Pagina di Aiuto | https://github.com/lexipenia/redactor |
Lingue Supportate | 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" ] } |