Content Edit & Blur

Easily edit, replace or blur elements on any webpage

O que é Content Edit & Blur?

Content Edit & Blur é uma extensão do Chrome desenvolvida por HasanAboShally, e sua principal característica é "Easily edit, replace or blur elements on any webpage".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Content Edit & Blur

Baixe arquivos de extensão Content Edit & Blur no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Content Edit & Blur Content Edit & Blur
ID adgnogkndmhcblbonkhgfbbngeghpboh
URL Oficial https://chromewebstore.google.com/detail/content-edit-blur/adgnogkndmhcblbonkhgfbbngeghpboh
Descrição Easily edit, replace or blur elements on any webpage
Tamanho do Arquivo 16.01 KB
Contagem de Instalações 4,291
Versão Atual 1.3.0
Última Atualização 2021-07-09
Data de Publicação 2020-07-15
Classificação 4.63/5 Total de 16 Avaliações
Desenvolvedor HasanAboShally
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://hasan.life
Idiomas Suportados 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"
    }
}