Multi-Screen Visualizer
A multi-screen visualizer for website
Co je Multi-Screen Visualizer?
Multi-Screen Visualizer je rozšíření Chrome vyvinuté Allen Thomas Varghese, a jeho hlavní funkcí je „A multi-screen visualizer for website“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Multi-Screen Visualizer
Stáhněte si soubory rozšíření Multi-Screen Visualizer 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í
This is a work-in-progress version to see how a website will look in different resolutions. Currently 5 different screen sizes are supported: * Mobile S (W:320px) * Mobile M (W: 375px) * Mobile L (W: 425 px) * Tablet (W: 768px) * Desktop (W: 1024px) In near future, style updates to the UI and other features will be added.
Základní Informace o Rozšíření
Název | Multi-Screen Visualizer |
ID | iegcbninklpnmdhbmdfbcpjlahemibba |
Oficiální URL | https://chromewebstore.google.com/detail/multi-screen-visualizer/iegcbninklpnmdhbmdfbcpjlahemibba |
Popis | A multi-screen visualizer for website |
Velikost souboru | 83.13 KB |
Počet instalací | 1,229 |
Aktuální Verze | 0.0.0.2 |
Poslední Aktualizace | 2019-08-01 |
Datum Vydání | 2019-07-28 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Allen Thomas Varghese |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Multi-Screen Visualizer", "version": "0.0.0.2", "description": "A multi-screen visualizer for website", "manifest_version": 2, "background": { "page": "templates\/multi-screen.html" }, "browser_action": { "default_title": "Multi-Screen Visualizer", "default_icon": "msv.png" }, "permissions": [ "tabs", "storage", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ] } |