Tab Aligner
Simple and powerful Tab organizing extension
Tab Alignerとは何ですか?
Tab Alignerはhttps://drikin.comによって開発されたChromeの拡張機能で、その主な機能は「Simple and powerful Tab organizing extension」です。
拡張機能のスクリーンショット
Tab Aligner拡張機能のCRXファイルをダウンロード
Tab Aligner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Have you noticed you opened multiple tabs for the same page before? Tab Aligner addresses the pain point with the following three features. 1. Tab sorting by hostname in the same window 2. Duplicate tab merging which has exactly the same url 3. Organize all tabs into multiple windows by hostname (by clicking Tab Aligner icon) It's powered by Dart which provides more performance! Release Note ----------- 0.0.7: Revert 0.0.6 introduced automatic reload feature made some troubles. optimize performance 0.0.6: When duplicate tab is detected, not only switching existing tab but also forcibly reload the tab 0.0.5: Restore Pinned state after grouping tabs 0.0.4: Bug fix 0.0.3: Initial public release version
拡張機能の基本情報
名前 | Tab Aligner |
ID | cegjnbajkdmaijhcimmajappmimkohhe |
公式URL | https://chromewebstore.google.com/detail/tab-aligner/cegjnbajkdmaijhcimmajappmimkohhe |
説明 | Simple and powerful Tab organizing extension |
ファイルサイズ | 144 KB |
インストール数 | 1,197 |
現在のバージョン | 0.0.7 |
最終更新日 | 2017-06-09 |
公開日 | 2017-06-09 |
評価 | 4.26/5 合計 23 レビュー |
開発者 | https://drikin.com |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/drikin/TabAligner |
ヘルプページのURL | https://github.com/drikin/TabAligner/issues |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "0.0.7", "description": "__MSG_extDescription__", "default_locale": "en", "background": { "persistent": false, "scripts": [ "background.dart.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "__MSG_extName__" }, "permissions": [ "webNavigation", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |