redactor
Make erasure poetry from websites.
Apa itu redactor?
redactor adalah ekstensi Chrome yang dikembangkan oleh Christopher Fenwick, dan fitur utamanya adalah "Make erasure poetry from websites.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi redactor
Unduh file ekstensi redactor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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)
Informasi Dasar Ekstensi
Nama | redactor |
ID | bekajhbgpmifhhdmidjmcgiglahpmlgk |
URL Resmi | https://chromewebstore.google.com/detail/redactor/bekajhbgpmifhhdmidjmcgiglahpmlgk |
Deskripsi | Make erasure poetry from websites. |
Ukuran File | 10.75 KB |
Jumlah Instalasi | 28 |
Versi Saat Ini | 1.2.1 |
Terakhir Diperbarui | 2020-07-20 |
Tanggal Publikasi | 2020-07-11 |
Pengembang | Christopher Fenwick |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/lexipenia/redactor |
URL Halaman Bantuan | https://github.com/lexipenia/redactor |
Bahasa yang Didukung | 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" ] } |