Placeholdifier

Turn any website into a live wireframe

Co to jest Placeholdifier?

Placeholdifier to rozszerzenie Chrome opracowane przez Rodrigo Pombo, a jego główną funkcją jest „Turn any website into a live wireframe”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Placeholdifier

Pobierz pliki rozszerzeń Placeholdifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Placeholdifier Placeholdifier
ID iinkgkmmblamljaklibgclblomobdbha
Oficjalny URL https://chromewebstore.google.com/detail/placeholdifier/iinkgkmmblamljaklibgclblomobdbha
Opis Turn any website into a live wireframe
Rozmiar pliku 17.41 KB
Liczba instalacji 2,118
Aktualna Wersja 0.2.2
Ostatnia Aktualizacja 2021-03-28
Data Publikacji 2020-07-04
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper Rodrigo Pombo
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/pomber/placeholdifier
Adres URL Strony Pomocy https://github.com/pomber/placeholdifier/issues/
Obsługiwane Języki 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
}