Txt Mockup
Makes all text on the current page editable
What is Txt Mockup?
Txt Mockup is a Chrome extension developed by misterhamm, and its main feature is "Makes all text on the current page editable".
Extension Screenshots
Download Txt Mockup Extension CRX File
Download Txt Mockup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Txt Mockup |
ID | fohdoaplpkofoclaelncjdccndobooeh |
Official URL | https://chromewebstore.google.com/detail/txt-mockup/fohdoaplpkofoclaelncjdccndobooeh |
Description | Makes all text on the current page editable |
File Size | 3.69 KB |
Installation Count | 88 |
Current Version | 1.0 |
Last Updated | 2016-10-02 |
Publish Date | 2016-10-02 |
Developer | misterhamm |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |