SplitUp! - Tab manager
Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.
SplitUp! - Tab managerとは何ですか?
SplitUp! - Tab managerはOnar A.によって開発されたChromeの拡張機能で、その主な機能は「Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.」です。
拡張機能のスクリーンショット
SplitUp! - Tab manager拡張機能のCRXファイルをダウンロード
SplitUp! - Tab manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
🎉NEW UPDATE🎉 - Select all tab button - Bug fixes Features _____________ ✅ Save sessions ✅ Split tabs into a new window ✅ Dark mode ✅ Drag and Drop tabs across windows ✅ Fuzzy Search ✅ Multiscreen support ✅ Export tabs ✅ Close windows/tabs ✅ Mute/Unmute audio playing tabs ✅ Collapsible windows ✅ Keyboard shortcut support ...and many more features to come SplitUp is an open-source project and build by contributors https://github.com/onaralili/SplitUp Let us know if you have any suggestions. ⁉️
拡張機能の基本情報
名前 | SplitUp! - Tab manager |
ID | bhoodecbejheonelhikcfahgpgahffmf |
公式URL | https://chromewebstore.google.com/detail/splitup-tab-manager/bhoodecbejheonelhikcfahgpgahffmf |
説明 | Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager. |
ファイルサイズ | 197 KB |
インストール数 | 3,492 |
現在のバージョン | 1.5.8 |
最終更新日 | 2021-03-08 |
公開日 | 2019-08-12 |
評価 | 4.03/5 合計 37 レビュー |
開発者 | Onar A. |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/onaralili/SplitUp |
ヘルプページのURL | https://github.com/onaralili/SplitUp |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SplitUp! - Tab manager", "description": "Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.", "version": "1.5.8", "short_name": "SplitUp!", "browser_action": { "default_icon": "SplitLogo.png", "default_popup": "popup.html", "default_title": "SplitUp!" }, "icons": { "128": "SplitLogo.png" }, "permissions": [ "tabs", "storage" ], "commands": { "_execute_browser_action": { "description": "Activate extension" }, "split-up": { "description": "Split to separate window!" } } } |