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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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