Redactor

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

Redactorとは何ですか?

RedactorはJosiahによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).」です。

拡張機能のスクリーンショット

screenshot

Redactor拡張機能のCRXファイルをダウンロード

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