Browser resize
Simple browser resize
Co je Browser resize?
Browser resize je rozšíření Chrome vyvinuté graham, a jeho hlavní funkcí je „Simple browser resize“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Browser resize
Stáhněte si soubory rozšíření Browser resize 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í
Super simple developer tool to change the browser size. Options to edit widths and keep popup open after resize (closes by default of maximise). Nothing malicious in here, unlike in certain other extensions. Code is on Github https://github.com/grahamlicence/chrome-resize and there is plenty of documentation from Google on how to make your own window resizer. Changelog 0.3.0 - Changed window position left and height to stay the same when resizing. Options page added for changing width settings.
Základní Informace o Rozšíření
Název | Browser resize |
ID | pnmdcoaajafdppfpioijldebfbpogopn |
Oficiální URL | https://chromewebstore.google.com/detail/browser-resize/pnmdcoaajafdppfpioijldebfbpogopn |
Popis | Simple browser resize |
Velikost souboru | 16.94 KB |
Počet instalací | 1,949 |
Aktuální Verze | 0.3.0 |
Poslední Aktualizace | 2014-10-22 |
Datum Vydání | 2014-10-22 |
Hodnocení | 4.25/5 Celkem 12 Hodnocení |
Vývojář | graham |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browser resize", "version": "0.3.0", "manifest_version": 2, "description": "Simple browser resize", "icons": { "16": "images\/default.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/default.png", "default_popup": "popup.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |