Txt Mockup

Makes all text on the current page editable

Qu'est-ce que Txt Mockup ?

Txt Mockup est une extension Chrome développée par misterhamm, et sa fonction principale est "Makes all text on the current page editable".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Txt Mockup

Téléchargez les fichiers d'extension Txt Mockup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Txt Mockup Txt Mockup
ID fohdoaplpkofoclaelncjdccndobooeh
URL Officiel https://chromewebstore.google.com/detail/txt-mockup/fohdoaplpkofoclaelncjdccndobooeh
Description Makes all text on the current page editable
Taille du Fichier 3.69 KB
Nombre d'Installations 88
Version Actuelle 1.0
Dernière Mise à Jour 2016-10-02
Date de Publication 2016-10-02
Développeur misterhamm
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}