Redactor

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

Redactor là gì?

Redactor là một tiện ích mở rộng Chrome được phát triển bởi Josiah, và tính năng chính của nó là "This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Redactor

Tải xuống các tệp mở rộng Redactor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Redactor Redactor
ID jefepejbglgdnkfnmoocffncgailfboh
URL Chính Thức https://chromewebstore.google.com/detail/redactor/jefepejbglgdnkfnmoocffncgailfboh
Mô tả This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).
Kích Thước Tệp 216 KB
Số Lần Cài Đặt 118
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2017-06-02
Ngày Phát Hành 2017-06-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Josiah
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}