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"입니다.
확장 프로그램 스크린샷
Content Edit & Blur 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
ID | adgnogkndmhcblbonkhgfbbngeghpboh |
공식 URL | 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" } } |