redactor
Make erasure poetry from websites.
O que é redactor?
redactor é uma extensão do Chrome desenvolvida por Christopher Fenwick, e sua principal característica é "Make erasure poetry from websites.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão redactor
Baixe arquivos de extensão redactor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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)
Informações Básicas da Extensão
Nome | redactor |
ID | bekajhbgpmifhhdmidjmcgiglahpmlgk |
URL Oficial | https://chromewebstore.google.com/detail/redactor/bekajhbgpmifhhdmidjmcgiglahpmlgk |
Descrição | Make erasure poetry from websites. |
Tamanho do Arquivo | 10.75 KB |
Contagem de Instalações | 28 |
Versão Atual | 1.2.1 |
Última Atualização | 2020-07-20 |
Data de Publicação | 2020-07-11 |
Desenvolvedor | Christopher Fenwick |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/lexipenia/redactor |
URL da Página de Ajuda | https://github.com/lexipenia/redactor |
Idiomas Suportados | 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" ] } |