Content Edit & Blur

Easily edit, replace or blur elements on any webpage

Content Edit & Blur क्या है?

Content Edit & Blur HasanAboShally द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily edit, replace or blur elements on any webpage"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Content Edit & Blur एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}