redactor

Make erasure poetry from websites.

redactor क्या है?

redactor Christopher Fenwick द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make erasure poetry from websites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में redactor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}