Responsive Viewer
Show multiple screens once, Responsive design tester
Co je Responsive Viewer?
Responsive Viewer je rozšíření Chrome vyvinuté https://responsiveviewer.org, a jeho hlavní funkcí je „Show multiple screens once, Responsive design tester“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Responsive Viewer
Stáhněte si soubory rozšíření Responsive Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Responsive Viewer |
ID | inmopeiepgfljkpkidclfgbgbmfcennb |
Oficiální URL | https://chromewebstore.google.com/detail/responsive-viewer/inmopeiepgfljkpkidclfgbgbmfcennb |
Popis | Show multiple screens once, Responsive design tester |
Velikost souboru | 368 KB |
Počet instalací | 273,255 |
Aktuální Verze | 1.0.21 |
Poslední Aktualizace | 2023-07-18 |
Datum Vydání | 2019-12-21 |
Hodnocení | 4.55/5 Celkem 237 Hodnocení |
Vývojář | https://responsiveviewer.org |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://responsiveviewer.org/ |
Podporované Jazyky | 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" ] } |