Txt Mockup
Makes all text on the current page editable
Was ist Txt Mockup?
Txt Mockup ist eine Chrome-Erweiterung, die von misterhamm entwickelt wurde, und ihr Hauptmerkmal ist "Makes all text on the current page editable".
Erweiterungsscreenshots
Txt Mockup-Erweiterungs-CRX-Datei herunterladen
Laden Sie Txt Mockup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Txt Mockup |
ID | fohdoaplpkofoclaelncjdccndobooeh |
Offizielle URL | https://chromewebstore.google.com/detail/txt-mockup/fohdoaplpkofoclaelncjdccndobooeh |
Beschreibung | Makes all text on the current page editable |
Dateigröße | 3.69 KB |
Installationsanzahl | 88 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-10-02 |
Veröffentlichungsdatum | 2016-10-02 |
Entwickler | misterhamm |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |