Edit Website Extension

Edit Live Websites Text On The Fly

Edit Website Extension क्या है?

Edit Website Extension Ashwin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Edit Live Websites Text On The Fly"।

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

screenshot

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

crx प्रारूप में Edit Website Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Edit texts in live website by clicking the extension.

Steps to use the extension:
1) Go to any website.
2) Click on the extension.
3) Start editing texts in the website like h1 tags or p tags or any tags.
4) Click on tht extension again to close edit mode & done!

Good for quick website text editing only & share with colleagues or friends.                    

एक्सटेंशन की मूल जानकारी

नाम Edit Website Extension Edit Website Extension
ID flaminmoaihaimhjbohfnbkklgonhjej
आधिकारिक URL https://chromewebstore.google.com/detail/edit-website-extension/flaminmoaihaimhjbohfnbkklgonhjej
विवरण Edit Live Websites Text On The Fly
फ़ाइल का आकार 14.54 KB
स्थापना संख्या 8,572
वर्तमान संस्करण 1.3
अंतिम अपडेट 2021-03-31
प्रकाशन तिथि 2019-07-16
रेटिंग 4.39/5 कुल 18 रेटिंग्स
डेवलपर Ashwin
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://privacy.ashwinshenoy.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Edit Website Extension",
    "description": "Edit Live Websites Text On The Fly",
    "version": "1.3",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+E",
                "mac": "Alt+E",
                "chromeos": "Alt+E",
                "linux": "Alt+E"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}