Txt Mockup

Makes all text on the current page editable

Txt Mockup là gì?

Txt Mockup là một tiện ích mở rộng Chrome được phát triển bởi misterhamm, và tính năng chính của nó là "Makes all text on the current page editable".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Txt Mockup

Tải xuống các tệp mở rộng Txt Mockup dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Txt Mockup Txt Mockup
ID fohdoaplpkofoclaelncjdccndobooeh
URL Chính Thức https://chromewebstore.google.com/detail/txt-mockup/fohdoaplpkofoclaelncjdccndobooeh
Mô tả Makes all text on the current page editable
Kích Thước Tệp 3.69 KB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-10-02
Ngày Phát Hành 2016-10-02
Nhà Phát Triển misterhamm
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}