redactor
Make erasure poetry from websites.
ما هو redactor؟
redactor هو إضافة Chrome تم تطويرها بواسطة Christopher Fenwick، والميزة الرئيسية لها هي "Make erasure poetry from websites.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة redactor
قم بتنزيل ملفات الامتداد redactor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | 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" ] } |