Redactor

This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).

ما هو Redactor؟

Redactor هو إضافة Chrome تم تطويرها بواسطة Josiah، والميزة الرئيسية لها هي "This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Redactor

قم بتنزيل ملفات الامتداد Redactor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A simple Chrome extension that allows you to filter words from the internet a la government redaction style (thick black lines).                    

معلومات أساسية عن التمديد

الاسم Redactor Redactor
ID jefepejbglgdnkfnmoocffncgailfboh
عنوان URL الرسمي https://chromewebstore.google.com/detail/redactor/jefepejbglgdnkfnmoocffncgailfboh
الوصف This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).
حجم الملف 216 KB
عدد التثبيتات 118
النسخة الحالية 0.2.1
آخر تحديث 2017-06-02
تاريخ النشر 2017-06-01
تقييم 5.00/5 مجموع تقييمات 1
المطور Josiah
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Redactor",
    "description": "This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).",
    "version": "0.2.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage"
    ]
}