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
官方網址 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"
    }
}