Placeholdifier

Turn any website into a live wireframe

Co je Placeholdifier?

Placeholdifier je rozšíření Chrome vyvinuté Rodrigo Pombo, a jeho hlavní funkcí je „Turn any website into a live wireframe“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Placeholdifier

Stáhněte si soubory rozšíření Placeholdifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Placeholdifier Placeholdifier
ID iinkgkmmblamljaklibgclblomobdbha
Oficiální URL https://chromewebstore.google.com/detail/placeholdifier/iinkgkmmblamljaklibgclblomobdbha
Popis Turn any website into a live wireframe
Velikost souboru 17.41 KB
Počet instalací 2,118
Aktuální Verze 0.2.2
Poslední Aktualizace 2021-03-28
Datum Vydání 2020-07-04
Hodnocení 4.75/5 Celkem 4 Hodnocení
Vývojář Rodrigo Pombo
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/pomber/placeholdifier
URL Stránky Nápovědy https://github.com/pomber/placeholdifier/issues/
Podporované Jazyky 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
}