Placeholdifier

Turn any website into a live wireframe

ما هو Placeholdifier؟

Placeholdifier هو إضافة Chrome تم تطويرها بواسطة Rodrigo Pombo، والميزة الرئيسية لها هي "Turn any website into a live wireframe".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Placeholdifier

قم بتنزيل ملفات الامتداد Placeholdifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
}