Columnify
Turns page-width text into a more readable column.
Columnifyとは何ですか?
ColumnifyはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Turns page-width text into a more readable column.」です。
拡張機能のスクリーンショット
Columnify拡張機能のCRXファイルをダウンロード
Columnify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With just one keystroke, instantly transform a page with text that stretches across the entire screen into a manageable column for easier reading.
Ctrl+Shift+K to columnify.
Ctrl+Shift+L to decolumnify.
There are other apps that include this feature, but because they also include a lot of other stuff, they have a clunky interface and you end up doing a lot more work and seeing more needless popups than you need for a feature like this.
This is instant: boom, the page is a column. No forms to fill out, no passwords.
Please give any comments or suggestions! 拡張機能の基本情報
| 名前 | |
| ID | jjfioppoojknlbcfncooglhiajcjpcde |
| 公式URL | https://chromewebstore.google.com/detail/columnify/jjfioppoojknlbcfncooglhiajcjpcde |
| 説明 | Turns page-width text into a more readable column. |
| ファイルサイズ | 318 KB |
| インストール数 | 52 |
| 現在のバージョン | 0.0.0.2 |
| 最終更新日 | 2014-09-24 |
| 公開日 | 2014-09-23 |
| 評価 | 3.17/5 合計 6 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Columnify",
"description": "Turns page-width text into a more readable column.",
"version": "0.0.0.2",
"manifest_version": 2,
"permissions": [
"activeTab"
],
"icons": {
"128": "icon128.png"
},
"background": {
"scripts": [
"background2.js"
],
"persistent": false
},
"commands": {
"columnify": {
"suggested_key": {
"default": "Ctrl+Shift+K"
},
"description": "Makes column."
},
"decolumnify": {
"suggested_key": {
"default": "Ctrl+Shift+L"
},
"description": "Undoes column."
}
}
} | |