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
Eメール [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
}