redactor
Make erasure poetry from websites.
Qu'est-ce que redactor ?
redactor est une extension Chrome développée par Christopher Fenwick, et sa fonction principale est "Make erasure poetry from websites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension redactor
Téléchargez les fichiers d'extension redactor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | redactor |
ID | bekajhbgpmifhhdmidjmcgiglahpmlgk |
URL Officiel | https://chromewebstore.google.com/detail/redactor/bekajhbgpmifhhdmidjmcgiglahpmlgk |
Description | Make erasure poetry from websites. |
Taille du Fichier | 10.75 KB |
Nombre d'Installations | 28 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2020-07-20 |
Date de Publication | 2020-07-11 |
Développeur | Christopher Fenwick |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/lexipenia/redactor |
URL de la Page d'Aide | https://github.com/lexipenia/redactor |
Langues Prises en Charge | 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" ] } |