Placeholdifier

Turn any website into a live wireframe

What is Placeholdifier?

Placeholdifier is a Chrome extension developed by Rodrigo Pombo, and its main feature is "Turn any website into a live wireframe".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Placeholdifier Extension CRX File

Download Placeholdifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Placeholdifier Placeholdifier
ID iinkgkmmblamljaklibgclblomobdbha
Official URL https://chromewebstore.google.com/detail/placeholdifier/iinkgkmmblamljaklibgclblomobdbha
Description Turn any website into a live wireframe
File Size 17.41 KB
Installation Count 2,118
Current Version 0.2.2
Last Updated 2021-03-28
Publish Date 2020-07-04
Rating 4.75/5 Total 4 Ratings
Developer Rodrigo Pombo
Email [email protected]
Payment Type free
Extension Website https://github.com/pomber/placeholdifier
Help Page URL https://github.com/pomber/placeholdifier/issues/
Supported Languages 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
}