wireframe-page

Turn any website into a live wireframe

Qu'est-ce que wireframe-page ?

wireframe-page est une extension Chrome développée par suziwen1, et sa fonction principale est "Turn any website into a live wireframe".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension wireframe-page

Téléchargez les fichiers d'extension wireframe-page 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

                        Turn any website into a live wireframe.

Click extension icon and turn the page you're on into a wireframe.

Support two mode, wave wireframe and block wireframe.

Useful for demos, streaming, hide personal information, visual regression, and more.                    

Informations de Base sur l'Extension

Nom wireframe-page wireframe-page
ID bhaaofjcbafngjjneehlganleamobkke
URL Officiel https://chromewebstore.google.com/detail/wireframe-page/bhaaofjcbafngjjneehlganleamobkke
Description Turn any website into a live wireframe
Taille du Fichier 36.25 KB
Nombre d'Installations 265
Version Actuelle 0.0.1
Dernière Mise à Jour 2023-07-13
Date de Publication 2023-07-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur suziwen1
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "wireframe-page",
    "version": "0.0.1",
    "description": "Turn any website into a live wireframe",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon32.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/wireframe.css",
                "lib\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}