Browser resize
Simple browser resize
What is Browser resize?
Browser resize is a Chrome extension developed by graham, and its main feature is "Simple browser resize".
Extension Screenshots
Download Browser resize Extension CRX File
Download Browser resize extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Browser resize |
ID | pnmdcoaajafdppfpioijldebfbpogopn |
Official URL | https://chromewebstore.google.com/detail/browser-resize/pnmdcoaajafdppfpioijldebfbpogopn |
Description | Simple browser resize |
File Size | 16.94 KB |
Installation Count | 1,949 |
Current Version | 0.3.0 |
Last Updated | 2014-10-22 |
Publish Date | 2014-10-22 |
Rating | 4.25/5 Total 12 Ratings |
Developer | graham |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |