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
官方網址 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"
    ]
}