Placeholdifier
Turn any website into a live wireframe
Что такое Placeholdifier?
Placeholdifier - это расширение Chrome, разработанное Rodrigo Pombo, и его основная функция - "Turn any website into a live wireframe".
Снимки экрана расширения
Скачать файл CRX расширения Placeholdifier
Скачайте файлы расширений 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 |
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 } |