Txt Mockup
Makes all text on the current page editable
Wat is Txt Mockup?
Txt Mockup is een Chrome-extensie ontwikkeld door misterhamm, en de belangrijkste functie is "Makes all text on the current page editable".
Extensie Screenshots
Download het CRX-bestand van de extensie Txt Mockup
Download Txt Mockup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Txt Mockup |
ID | fohdoaplpkofoclaelncjdccndobooeh |
Officiële URL | https://chromewebstore.google.com/detail/txt-mockup/fohdoaplpkofoclaelncjdccndobooeh |
Beschrijving | Makes all text on the current page editable |
Bestandsgrootte | 3.69 KB |
Aantal Installaties | 88 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-10-02 |
Publicatiedatum | 2016-10-02 |
Ontwikkelaar | misterhamm |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |