Redact The Web
Extension that redacts text on the web
什麼是Redact The Web?
Redact The Web是由deadcoder0904開發的Chrome擴展程式,該擴展的主要功能是“Extension that redacts text on the web”。
擴展截圖
下載Redact The Web擴展crx文件
下載Redact The Web擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows you to redact the text on the web. It works on every website. The code is completely open-source and can be found on Github → https://github.com/deadcoder0904/redact-the-web **Changelog** v1.0.1 - Bundled font with the extension & now supports Cyrillic (Russians and Ukrainians) symbols v1.0.0 - Initial Release
擴展基本資訊
名稱 | Redact The Web |
ID | hbinnehbfknmojoelfipldnpcekbmbce |
官方網址 | https://chromewebstore.google.com/detail/redact-the-web/hbinnehbfknmojoelfipldnpcekbmbce |
簡介 | Extension that redacts text on the web |
檔案大小 | 18.22 KB |
安裝次數 | 107 |
目前版本 | 1.0.1 |
更新時間 | 2019-10-05 |
上架時間 | 2019-10-04 |
開發者 | deadcoder0904 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/deadcoder0904/redact-the-web |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Redact The Web", "offline_enabled": true, "version": "1.0.1", "description": "Extension that redacts text on the web", "icons": { "16": "icon16.png", "19": "icon19.png", "24": "icon24.png", "32": "icon32.png", "38": "icon38.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": [], "content_scripts": [ { "matches": [ " |