Placeholdifier

Turn any website into a live wireframe

什么是Placeholdifier?

Placeholdifier是由Rodrigo Pombo开发的Chrome扩展程序,该扩展的主要功能是“Turn any website into a live wireframe”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Placeholdifier扩展crx文件

下载Placeholdifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Placeholdifier Placeholdifier
ID iinkgkmmblamljaklibgclblomobdbha
官方URL https://chromewebstore.google.com/detail/placeholdifier/iinkgkmmblamljaklibgclblomobdbha
简介 Turn any website into a live wireframe
文件大小 17.41 KB
安装次数 2,118
当前版本 0.2.2
更新时间 2021-03-28
上架时间 2020-07-04
评分 4.75/5 共4次评分
开发者 Rodrigo Pombo
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/pomber/placeholdifier
帮助页面URL https://github.com/pomber/placeholdifier/issues/
支持的语言 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
}