TabGallery - thumbnail switcher
View all tab thumbnails at new tab and switch tab using keyboard. Search tabs' page content and switch.
Vad är TabGallery - thumbnail switcher?
TabGallery - thumbnail switcher är en Chrome-tillägg utvecklad av https://brahmastra.app, och dess huvudfunktion är "View all tab thumbnails at new tab and switch tab using keyboard. Search tabs' page content and switch.".
Tilläggsskärmbilder
Ladda ner TabGallery - thumbnail switcher-förlängningens CRX-fil
Ladda ner TabGallery - thumbnail switcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
📢 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/
Grundläggande Information om Tillägg
Namn | TabGallery - thumbnail switcher |
ID | pojmlllkhfjlhaagafkbfclmbhjknppp |
Officiell webbadress | https://chromewebstore.google.com/detail/tabgallery-thumbnail-swit/pojmlllkhfjlhaagafkbfclmbhjknppp |
Beskrivning | View all tab thumbnails at new tab and switch tab using keyboard. Search tabs' page content and switch. |
Filstorlek | 116 KB |
Antal Installationer | 233 |
Aktuell Version | 2.2.1 |
Senast Uppdaterad | 2022-12-02 |
Publiceringsdatum | 2022-04-30 |
Betyg | 3.83/5 Totalt 6 Betyg |
Utvecklare | https://brahmastra.app |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://tabstudio.brahmastra.app/ |
Hjälpsida URL | https://tabstudio.pointdesk.co/ |
URL till Sekretesspolicy Sidan | http://tabrail.site/privacy |
Stödda Språk | 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": [ " |