wireframe-page

Turn any website into a live wireframe

ما هو wireframe-page؟

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

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة wireframe-page

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

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

                        Turn any website into a live wireframe.

Click extension icon and turn the page you're on into a wireframe.

Support two mode, wave wireframe and block wireframe.

Useful for demos, streaming, hide personal information, visual regression, and more.                    

معلومات أساسية عن التمديد

الاسم wireframe-page wireframe-page
ID bhaaofjcbafngjjneehlganleamobkke
عنوان URL الرسمي https://chromewebstore.google.com/detail/wireframe-page/bhaaofjcbafngjjneehlganleamobkke
الوصف Turn any website into a live wireframe
حجم الملف 36.25 KB
عدد التثبيتات 265
النسخة الحالية 0.0.1
آخر تحديث 2023-07-13
تاريخ النشر 2023-07-13
تقييم 5.00/5 مجموع تقييمات 1
المطور suziwen1
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "wireframe-page",
    "version": "0.0.1",
    "description": "Turn any website into a live wireframe",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon32.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/wireframe.css",
                "lib\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}