TabGallery - thumbnail switcher
View all tab thumbnails at new tab and switch tab using keyboard. Search tabs' page content and switch.
TabGallery - thumbnail switcherとは何ですか?
TabGallery - thumbnail switcherはhttps://brahmastra.appによって開発されたChromeの拡張機能で、その主な機能は「View all tab thumbnails at new tab and switch tab using keyboard. Search tabs' page content and switch.」です。
拡張機能のスクリーンショット
TabGallery - thumbnail switcher拡張機能のCRXファイルをダウンロード
TabGallery - thumbnail switcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
📢 Tab thumbnail switcher with tab manager. 📌 Why you should consider this: ✪ Modern studio-like UI design. ✪ Tab Thumbnail ✪ Tab context todos ✪ Nested notes ✪ window-manager ✪ Set window's title. ✪ Filter tabs & remove duplicates. ✪ Fuzzy search & search tab web page contents. ✪ Full support of native tab groups. ✪ Recently closed tabs. ✪ Save tabs and windows. ✪ Switch workspaces. ✪ Cross-devices sync. ✪ Dark mode ✪ Pure & clean code that powers fastest performance. ✪ No third-party library used. ✪ Negligible memory consumption. ✪ No tracking. 📌 == FEATURES == ✅ All in one advanced tab manager with thumbnails that impress you. View all tab thumbnails at full tab and switch tab using keyboard. Search tabs' page content and switch tab just using keyboards. ✅ Long-waited window manager Only window manager that let you set title of windows. Convert your window into a web page and share & collaborate on it. Are you feel boring while moving one-one tab from one window to another. We feel same thats why we created - window merger. You can move all tabs from one to another in one click. ✅ Never Loose your important windows Save windows and its tabs in one click. Nested windows support for organize your work. ✅ Handy Drag and Drop ui Multi-window ui helps you to move tabs from one window to another quickly. Drag and drop tab from one group to another. ✅ Switch Workspaces: Everyone uses a web browser for different reasons. Mixing up your work, personal, and other projects is frustrating and chaotic. ✅ Switch workspace in one click. Create custom workspaces for the things you work on. Separate your work and stay organized. ✅ Cross-devices sync and cloud backups: Your workspaces are auto-synced to the cloud, so you always have access to your data on different devices. 🔔 Release notes: 🚀 version 0.1.7 📝 Add uninstall feedback 📧 Add ticked-based support system : https://support.brahmastra.app?a=Tab_Wave 🔄 Switch tab by typing tab number 🚀 version 1.2.0 🪄 Optional auth Page and bottom signup bootom will don't display. 🖼 Image click tab-switching fixed. 🚀 version 2.0.0 (beta 1) 🛸 Major design change. Rewritten from scratch. 💎 Nested window saving added. 🖥️ Replace new tabs with tab tab thumbnails. 📌 Quick actions popup added (Alt + A) 📽 Thumbnails popup added (Alt + T) ⌨️ Keyboard shortcuts added. ...long lists please check complete changelog at https://tabstudio.userbeam.co/changelogs/ 🚀 version 2.0.1 (beta 2) ⏲ Clock added. 🖼 background theme options added ✅ Todo and bookmark related bug fix in popup actions. ⚙️ Setting options added. 🌈 Switch between recents visited tabs ⌨️ shortcut added (Ctrl +Q). ⚖️ Remove "write all tabs" permissions. ...more 🐛 bugs fixed. 🚀 version 2.1.1 (beta 2) 💎 Name changed from "Tab Studio" to "tabGallery". 👋 Welcome guide added. ⚠️Breaking change:keyboard shortcuts changed. please look at shortcuts card. ⌨️ Tab, tabgroup and window actions shortcuts added. ✅ Bookmark related bug fixed. ✅ Windows bar position bug and more bugs fixed. 🚀 version 2.1.1 (beta 2) ✅ No longer override new_tab. 👋 Welcome guide bug added. 😀 Emoji picker added at windows' title and tabgroups' title. 🐛 Domain group bug fixed. ⌨️ Press Ctrl + M to activate extension. Please raise new Feature requests on https://tabstudio.userbeam.co/
拡張機能の基本情報
名前 | TabGallery - thumbnail switcher |
ID | pojmlllkhfjlhaagafkbfclmbhjknppp |
公式URL | https://chromewebstore.google.com/detail/tabgallery-thumbnail-swit/pojmlllkhfjlhaagafkbfclmbhjknppp |
説明 | View all tab thumbnails at new tab and switch tab using keyboard. Search tabs' page content and switch. |
ファイルサイズ | 116 KB |
インストール数 | 233 |
現在のバージョン | 2.2.1 |
最終更新日 | 2022-12-02 |
公開日 | 2022-04-30 |
評価 | 3.83/5 合計 6 レビュー |
開発者 | https://brahmastra.app |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://tabstudio.brahmastra.app/ |
ヘルプページのURL | https://tabstudio.pointdesk.co/ |
プライバシーポリシーページのURL | http://tabrail.site/privacy |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "96", "name": "TabGallery - thumbnail switcher", "description": "View all tab thumbnails at new tab and switch tab using keyboard. Search tabs' page content and switch.", "version": "2.2.1", "author": "Brahmastra App", "homepage_url": "https:\/\/tabstudio.brahmastra.app\/", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup\/index.html" }, "options_page": "options\/index.html", "background": { "service_worker": "background\/background.js", "type": "module" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Y", "windows": "Ctrl+Y", "mac": "Ctrl+Y", "linux": "Ctrl+Y" } }, "thumbnails": { "suggested_key": { "default": "Ctrl + M" }, "description": "open thumbnail manager" }, "switchWin": { "suggested_key": { "default": "Alt + Z" }, "description": "Switch window" }, "switchRecentTabs": { "suggested_key": { "default": "Ctrl + Q" }, "description": "switch Recent Tabs" } }, "externally_connectable": { "matches": [ "https:\/\/account.brahmastra.app\/*" ] }, "permissions": [ "tabs", "tabGroups", "contextMenus", "storage", "unlimitedStorage" ], "optional_permissions": [ "scripting" ], "host_permissions": [ " |