ContentEditable

Makes any page editable

ContentEditable क्या है?

ContentEditable pepelsbey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes any page editable"।

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

screenshot

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

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

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

                        Extension that makes pages editable by adding contenteditable attribute to the . Press icon to start editing, press it again when you’re done. Once page is reloaded changes you’ve made are gone.                    

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

नाम ContentEditable ContentEditable
ID jphnpoochmeokkboopijkcncghifidhm
आधिकारिक URL https://chrome.google.com/webstore/detail/contenteditable/jphnpoochmeokkboopijkcncghifidhm
विवरण Makes any page editable
फ़ाइल का आकार 4.65 KB
स्थापना संख्या 615
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2023-04-13
प्रकाशन तिथि 2016-06-07
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर pepelsbey
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/pepelsbey/contenteditable
सहायता पृष्ठ URL https://github.com/pepelsbey/contenteditable/issues
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.1.0",
    "homepage_url": "https:\/\/github.com\/pepelsbey\/contenteditable",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "images\/button-19.png",
            "38": "images\/button-38.png"
        },
        "default_title": "__MSG_enable__"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}