Redacted

Redacted -

Redactedคืออะไร?

Redacted เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jamestomasino.com และคุณลักษณะหลักของมันคือ "Redacted -"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redacted

ดาวน์โหลดไฟล์ส่วนขยาย Redacted ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Are you sick and tired of seeing a name, word, or phrase online? Facebook friends talking about your ex, too many politicians in your Twitter feed, totally over the that reality TV show? Redacted allows you to black-out words or phrases that bother you. Add as many phrases as you like and watch as your browser transforms.

Right click the icon and choose "options" to choose your phrases. Click the icon to toggle Redacted on/off.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Redacted Redacted
ID bgfkfggjjpdconmpcdnenfffaeelhdom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/redacted/bgfkfggjjpdconmpcdnenfffaeelhdom
คำอธิบาย Redacted -
ขนาดไฟล์ 59.78 KB
จำนวนการติดตั้ง 378
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2016-03-06
วันที่เผยแพร่ 2016-03-05
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://jamestomasino.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jamestomasino/redacted
URL หน้าช่วยเหลือ https://github.com/jamestomasino/redacted/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "author": "James Tomasino",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "name": "Redacted",
        "default_icon": "icon128.png",
        "default_title": "Redacted"
    },
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "js": [
                "jquery.js",
                "main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Redacted - ",
    "homepage_url": "http:\/\/github.com\/jamestomasino\/redacted",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Redacted",
    "offline_enabled": true,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "short_name": "Redacted",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1",
    "web_accessible_resources": [
        "fonts\/redacted-regular.eot",
        "fonts\/redacted-regular.svg",
        "fonts\/redacted-regular.ttf",
        "fonts\/redacted-regular.woff",
        "fonts\/redacted-regular.woff2"
    ]
}