redactor

Make erasure poetry from websites.

redactor là gì?

redactor là một tiện ích mở rộng Chrome được phát triển bởi Christopher Fenwick, và tính năng chính của nó là "Make erasure poetry from websites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng redactor

Tải xuống các tệp mở rộng redactor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên redactor redactor
ID bekajhbgpmifhhdmidjmcgiglahpmlgk
URL Chính Thức https://chromewebstore.google.com/detail/redactor/bekajhbgpmifhhdmidjmcgiglahpmlgk
Mô tả Make erasure poetry from websites.
Kích Thước Tệp 10.75 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2020-07-20
Ngày Phát Hành 2020-07-11
Nhà Phát Triển Christopher Fenwick
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/lexipenia/redactor
URL Trang Trợ Giúp https://github.com/lexipenia/redactor
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}