Window Resizer
Resize Google Chrome windows.
What is Window Resizer?
Window Resizer is a Chrome extension developed by https://lawfulgood.github.io, and its main feature is "Resize Google Chrome windows.".
Extension Screenshots
Download Window Resizer Extension CRX File
Download Window Resizer 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
Window Resizer is a utility to allow you to easily resize Google Chrome windows to specific sizes. Source: https://github.com/LawfulGood/WindowResizer Lawful Good is a suite of Google Chrome plugins that provide much needed developer & user functionality, without clogging your browser up with spyware, malware or other trash.
Extension Basic Information
Name | Window Resizer |
ID | fgcikanifihhgnacepigehgmplgkkgcl |
Official URL | https://chromewebstore.google.com/detail/window-resizer/fgcikanifihhgnacepigehgmplgkkgcl |
Description | Resize Google Chrome windows. |
File Size | 125 KB |
Installation Count | 10,000 |
Current Version | 0.3 |
Last Updated | 2014-10-09 |
Publish Date | 2014-10-09 |
Rating | 3.63/5 Total 30 Ratings |
Developer | https://lawfulgood.github.io |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "name": "Window Resizer", "version": "0.3", "manifest_version": 2, "description": "Resize Google Chrome windows.", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "assets\/icons\/resize16.png", "48": "assets\/icons\/resize48.png", "128": "assets\/icons\/resize128.png", "256": "assets\/icons\/resize256.png" }, "browser_action": { "default_icon": "assets\/icons\/resize256.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |