Content Edit & Blur

Easily edit, replace or blur elements on any webpage

什麼是Content Edit & Blur?

Content Edit & Blur是由HasanAboShally開發的Chrome擴展程式,該擴展的主要功能是“Easily edit, replace or blur elements on any webpage”。

擴展截圖

screenshot
screenshot
screenshot

下載Content Edit & Blur擴展crx文件

下載Content Edit & Blur擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is an OPEN-SOURCE project:
https://github.com/HasanAboShally/web-content-edit-and-blur--browser-extension

(( Easily edit, replace or blur elements on any webpage )) 

"Content Edit & Blur" is a simple browser extension that allows users to edit or replace texts and images on any webpage directly from the browser, and also blur content when needed.

Some use-cases this plugin can be useful in:
- Creating quick mockups based on existing pages
- Communicating changes in web pages
- Bluring (hiding) sensitive data when taking screenshots for example

How to use:
- Click on the extension’s icon to switch between the 3 modes: Idle, Edit, Blur
- In Blur mode: Click any element once to blur it, click twice for extra blur, click again to unblur
- In Edit mode: Double-click any image to replace it
- In Edit mode: Select a text and press ALT+R to replace all occurrences
- Press the ESC key anytime to switch back to Idle mode                    

擴展基本資訊

名稱 Content Edit & Blur Content Edit & Blur
ID adgnogkndmhcblbonkhgfbbngeghpboh
官方網址 https://chromewebstore.google.com/detail/content-edit-blur/adgnogkndmhcblbonkhgfbbngeghpboh
簡介 Easily edit, replace or blur elements on any webpage
檔案大小 16.01 KB
安裝次數 4,291
目前版本 1.3.0
更新時間 2021-07-09
上架時間 2020-07-15
評分 4.63/5 共 16 次評分
開發者 HasanAboShally
電子郵箱 [email protected]
付費類型 free
擴展官網 https://hasan.life
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Content Edit & Blur",
    "author": "Hasan Abo-Shally",
    "version": "1.3.0",
    "description": "Easily edit, replace or blur elements on any webpage",
    "homepage_url": "https:\/\/github.com\/HasanAboShally\/web-content-edit-and-blur--browser-extension",
    "icons": {
        "128": "images\/app-icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/19x19\/icon-idle.png",
            "38": "images\/icons\/38x38\/icon-idle.png"
        },
        "default_title": "Content Edit & Blur"
    }
}