WideArea
Add wide mode to all textarea(s)
什么是WideArea?
WideArea是由https://www.usabli.ca开发的Chrome扩展程序,该扩展的主要功能是“Add wide mode to all textarea(s)”。
扩展截图
下载WideArea扩展crx文件
下载WideArea扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Change old textarea to expandable distraction-free textarea and write large amount of text easily.
扩展基本信息
名称 | WideArea |
ID | dojjkhnabblnmmfnjocaoclnblnodmki |
官方URL | https://chromewebstore.google.com/detail/widearea/dojjkhnabblnmmfnjocaoclnblnodmki |
简介 | Add wide mode to all textarea(s) |
文件大小 | 27.35 KB |
安装次数 | 13 |
当前版本 | 0.2.1 |
更新时间 | 2013-06-06 |
上架时间 | 2013-06-06 |
评分 | 4.75/5 共4次评分 |
开发者 | https://www.usabli.ca |
付费类型 | free |
支持的语言 | 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" } } |