Txt Mockup

Makes all text on the current page editable

什么是Txt Mockup?

Txt Mockup是由misterhamm开发的Chrome扩展程序,该扩展的主要功能是“Makes all text on the current page editable”。

扩展截图

screenshot
screenshot
screenshot

下载Txt Mockup扩展crx文件

下载Txt Mockup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}