Txt Mockup
Makes all text on the current page editable
O que é Txt Mockup?
Txt Mockup é uma extensão do Chrome desenvolvida por misterhamm, e sua principal característica é "Makes all text on the current page editable".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Txt Mockup
Baixe arquivos de extensão Txt Mockup no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Txt Mockup |
ID | fohdoaplpkofoclaelncjdccndobooeh |
URL Oficial | https://chromewebstore.google.com/detail/txt-mockup/fohdoaplpkofoclaelncjdccndobooeh |
Descrição | Makes all text on the current page editable |
Tamanho do Arquivo | 3.69 KB |
Contagem de Instalações | 88 |
Versão Atual | 1.0 |
Última Atualização | 2016-10-02 |
Data de Publicação | 2016-10-02 |
Desenvolvedor | misterhamm |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |