redactor
Make erasure poetry from websites.
什麼是redactor?
redactor是由Christopher Fenwick開發的Chrome擴展程式,該擴展的主要功能是“Make erasure poetry from websites.”。
擴展截圖
下載redactor擴展crx文件
下載redactor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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)
擴展基本資訊
名稱 | redactor |
ID | bekajhbgpmifhhdmidjmcgiglahpmlgk |
官方網址 | https://chromewebstore.google.com/detail/redactor/bekajhbgpmifhhdmidjmcgiglahpmlgk |
簡介 | Make erasure poetry from websites. |
檔案大小 | 10.75 KB |
安裝次數 | 28 |
目前版本 | 1.2.1 |
更新時間 | 2020-07-20 |
上架時間 | 2020-07-11 |
開發者 | Christopher Fenwick |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/lexipenia/redactor |
說明頁面URL | https://github.com/lexipenia/redactor |
支援的語言 | 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" ] } |