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" } } |