Txt Mockup

Makes all text on the current page editable

Txt Mockup क्या है?

Txt Mockup misterhamm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes all text on the current page editable"।

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

screenshot
screenshot
screenshot

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

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

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

                        Tired of inspecting elements and making quick text changes in the dev tools?  Be tired no longer!  Txt Mockup allows you to make any text on the page editable with a single click.  Now you can see what what that heading looks like with two lines of text or one or seven.  

Just remember, with great power comes great responsibility.                    

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

नाम Txt Mockup Txt Mockup
ID fohdoaplpkofoclaelncjdccndobooeh
आधिकारिक URL https://chromewebstore.google.com/detail/txt-mockup/fohdoaplpkofoclaelncjdccndobooeh
विवरण Makes all text on the current page editable
फ़ाइल का आकार 3.69 KB
स्थापना संख्या 88
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-10-02
प्रकाशन तिथि 2016-10-02
डेवलपर misterhamm
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Txt Mockup",
    "description": "Makes all text on the current page editable",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "pencil.png",
        "default_title": "Make this page editable"
    }
}