Page to wireframe
Click an icon and turn the page you're on into a wireframe.
ما هو Page to wireframe؟
Page to wireframe هو إضافة Chrome تم تطويرها بواسطة Brad Czerniak (ao5357)، والميزة الرئيسية لها هي "Click an icon and turn the page you're on into a wireframe.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Page to wireframe
قم بتنزيل ملفات الامتداد Page to wireframe بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
I make websites, and sometimes I want to make a site first, then demonstrate its micro-IA separately, without showing a huge level of detail or design fidelity.
This extension lets you click a button and have everything on the page appear low-fidelity. You can then take screenshots and perform other operations in order to export your wires. معلومات أساسية عن التمديد
| الاسم | |
| ID | djbpbelpckcfamdlkfhipkkadnanmkci |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/page-to-wireframe/djbpbelpckcfamdlkfhipkkadnanmkci |
| الوصف | Click an icon and turn the page you're on into a wireframe. |
| حجم الملف | 2.15 MB |
| عدد التثبيتات | 6,301 |
| النسخة الحالية | 1.0.0 |
| آخر تحديث | 2020-03-25 |
| تاريخ النشر | 2020-03-25 |
| تقييم | 5.00/5 مجموع تقييمات 3 |
| المطور | Brad Czerniak (ao5357) |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/ao5357/page-to-wireframe |
| عنوان صفحة المساعدة | https://github.com/ao5357/page-to-wireframe/blob/master/.github/SUPPORT.md |
| عنوان صفحة سياسة الخصوصية | https://github.com/ao5357/development_favicon/blob/master/privacy-policy.md |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Brad Czerniak",
"name": "__MSG_extensionName__",
"short_name": "p2wire",
"description": "__MSG_extensionDescription__",
"version": "1.0.0",
"default_locale": "en_US",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "__MSG_browserActionDefaultTitle__"
},
"homepage_url": "https:\/\/github.com\/ao5357\/page-to-wireframe",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png",
"256": "icons\/icon256.png"
},
"manifest_version": 2,
"permissions": [
"activeTab"
],
"web_accessible_resources": [
"css\/fonts\/*.woff2",
"css\/images\/*.jpg",
"css\/images\/*.svg"
]
} | |