redactor

Make erasure poetry from websites.

redactorคืออะไร?

redactor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Christopher Fenwick และคุณลักษณะหลักของมันคือ "Make erasure poetry from websites."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย redactor

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
    ]
}