redactor
Make erasure poetry from websites.
Co to jest redactor?
redactor to rozszerzenie Chrome opracowane przez Christopher Fenwick, a jego główną funkcją jest „Make erasure poetry from websites.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia redactor
Pobierz pliki rozszerzeń redactor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)
Podstawowe informacje o rozszerzeniu
Nazwa | redactor |
ID | bekajhbgpmifhhdmidjmcgiglahpmlgk |
Oficjalny URL | https://chromewebstore.google.com/detail/redactor/bekajhbgpmifhhdmidjmcgiglahpmlgk |
Opis | Make erasure poetry from websites. |
Rozmiar pliku | 10.75 KB |
Liczba instalacji | 28 |
Aktualna Wersja | 1.2.1 |
Ostatnia Aktualizacja | 2020-07-20 |
Data Publikacji | 2020-07-11 |
Deweloper | Christopher Fenwick |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/lexipenia/redactor |
Adres URL Strony Pomocy | https://github.com/lexipenia/redactor |
Obsługiwane Języki | 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" ] } |