Organize
Organize, filter your tabs alphabetically
Organizeとは何ですか?
Organizeはnotilesによって開発されたChromeの拡張機能で、その主な機能は「Organize, filter your tabs alphabetically」です。
拡張機能のスクリーンショット
Organize拡張機能のCRXファイルをダウンロード
Organize拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When too many tabs are opened, Organize filter them alphabetically, just click on the icon and let Organize do the job.
拡張機能の基本情報
名前 | Organize |
ID | nacmmbnakleidaengpfminmpceajhfld |
公式URL | https://chromewebstore.google.com/detail/organize/nacmmbnakleidaengpfminmpceajhfld |
説明 | Organize, filter your tabs alphabetically |
ファイルサイズ | 126 KB |
インストール数 | 22 |
現在のバージョン | 1 |
最終更新日 | 2015-05-27 |
公開日 | 2015-05-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | notiles |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Organize", "version": "1", "manifest_version": 2, "description": "Organize, filter your tabs alphabetically", "icons": { "128": "icon_128.png", "256": "icon_256.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icone.png" } } |