ChontentEditable

ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…

ChontentEditable क्या है?

ChontentEditable shoito द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…"।

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

screenshot
screenshot

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

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

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

                        ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables freely. 
Please push a button and change contents in a page freely. 

Have fun!                    

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

नाम ChontentEditable ChontentEditable
ID amnpphhcbandchhkmgloehggicoedcpl
आधिकारिक URL https://chrome.google.com/webstore/detail/amnpphhcbandchhkmgloehggicoedcpl
विवरण ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…
फ़ाइल का आकार 58.71 KB
स्थापना संख्या 96
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2014-11-18
प्रकाशन तिथि 2014-11-18
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर shoito
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "__MSG_extName__"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "description": "__MSG_extDescription__",
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "default_locale": "ja",
    "version": "0.1.2",
    "manifest_version": 2
}