Responsive Viewer
Show multiple screens once, Responsive design tester
Что такое Responsive Viewer?
Responsive Viewer - это расширение Chrome, разработанное https://responsiveviewer.org, и его основная функция - "Show multiple screens once, Responsive design tester".
Снимки экрана расширения
Скачать файл CRX расширения Responsive Viewer
Скачайте файлы расширений Responsive Viewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A Chrome extension to show multiple screens in one view. the extension will help front-end developers to test multiple screens while developing responsive websites/applications.
icon by Dima Hamayunau (https://dribbble.com/abybe).
Clarification on privacy:
The extension does not track or collect any of your data, it's even not connected to any server to store data.
Source code:
https://github.com/skmail/responsive-viewer Основная информация о расширении
| Название | |
| ID | inmopeiepgfljkpkidclfgbgbmfcennb |
| Официальный URL | https://chromewebstore.google.com/detail/responsive-viewer/inmopeiepgfljkpkidclfgbgbmfcennb |
| Описание | Show multiple screens once, Responsive design tester |
| Размер файла | 368 KB |
| Количество установок | 273,255 |
| Текущая Версия | 1.0.21 |
| Последнее Обновление | 2023-07-18 |
| Дата публикации | 2019-12-21 |
| Рейтинг | 4.55/5 Всего 237 оценок |
| Разработчик | https://responsiveviewer.org |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://responsiveviewer.org/ |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Responsive Viewer",
"author": "Solaiman Kmail",
"version": "1.0.21",
"description": "Show multiple screens once, Responsive design tester",
"icons": {
"128": "logo.png"
},
"browser_action": {
"default_icon": "logo.png"
},
"background": {
"scripts": [
"static\/js\/background.js"
],
"persistent": true
},
"permissions": [
"storage",
"tabs",
"activeTab",
"webRequest",
"webNavigation",
"webRequestBlocking"
]
} | |