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 |
公式URL | 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 |
Eメール | [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" ] } |