Placeholdifier

Turn any website into a live wireframe

Wat is Placeholdifier?

Placeholdifier is een Chrome-extensie ontwikkeld door Rodrigo Pombo, en de belangrijkste functie is "Turn any website into a live wireframe".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Placeholdifier

Download Placeholdifier-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

                        Placeholdifier converts HTML into placeholders leaving the website interactivity intact. 

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

Source code: https://github.com/pomber/placeholdifier                    

Basisinformatie over de Extensie

Naam Placeholdifier Placeholdifier
ID iinkgkmmblamljaklibgclblomobdbha
Officiële URL https://chromewebstore.google.com/detail/placeholdifier/iinkgkmmblamljaklibgclblomobdbha
Beschrijving Turn any website into a live wireframe
Bestandsgrootte 17.41 KB
Aantal Installaties 2,118
Huidige Versie 0.2.2
Laatst Bijgewerkt 2021-03-28
Publicatiedatum 2020-07-04
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Rodrigo Pombo
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/pomber/placeholdifier
Help Pagina-URL https://github.com/pomber/placeholdifier/issues/
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Placeholdifier",
    "version": "0.2.2",
    "description": "Turn any website into a live wireframe",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "web_accessible_resources": [
        "lib\/placeholdifier.css",
        "lib\/*"
    ],
    "manifest_version": 2
}