WideArea
Add wide mode to all textarea(s)
What is WideArea?
WideArea is a Chrome extension developed by https://www.usabli.ca, and its main feature is "Add wide mode to all textarea(s)".
Extension Screenshots
Download WideArea Extension CRX File
Download WideArea 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
Change old textarea to expandable distraction-free textarea and write large amount of text easily.
Extension Basic Information
Name | WideArea |
ID | dojjkhnabblnmmfnjocaoclnblnodmki |
Official URL | https://chromewebstore.google.com/detail/widearea/dojjkhnabblnmmfnjocaoclnblnodmki |
Description | Add wide mode to all textarea(s) |
File Size | 27.35 KB |
Installation Count | 13 |
Current Version | 0.2.1 |
Last Updated | 2013-06-06 |
Publish Date | 2013-06-06 |
Rating | 4.75/5 Total 4 Ratings |
Developer | https://www.usabli.ca |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WideArea", "version": "0.2.1", "manifest_version": 2, "description": "Add wide mode to all textarea(s)", "page_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "widearea.js", "main.js" ], "css": [ "widearea.css" ], "run_at": "document_idle" } ], "icons": { "48": "icon48.png", "128": "icon128.png" } } |