Fast tabs 3D
Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories
O que é Fast tabs 3D?
Fast tabs 3D é uma extensão do Chrome desenvolvida por max, e sua principal característica é "Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fast tabs 3D
Baixe arquivos de extensão Fast tabs 3D no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
                        Goal: Quick manage and navigation between tabs in the browser
The extension shows actual tab snapshots
Hot keys 
Command/Ctrl+0 - open "Fast Tabs"
ArrowLeft - focus prev group
ArrowRight - focus next group
ArrowUp - focus prev tab
ArrowDown - focus next tab
Enter - switch to focused tab
Delete - close focused tab
Ctrl+Q - toggle Quick Access/Group Favorites                     Informações Básicas da Extensão
| Nome |   |  
| ID | iofckehgocacfnpfgbcgpmgblkccjpnk | 
| URL Oficial | https://chromewebstore.google.com/detail/fast-tabs-3d/iofckehgocacfnpfgbcgpmgblkccjpnk | 
| Descrição | Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories | 
| Tamanho do Arquivo | 649 KB | 
| Contagem de Instalações | 21 | 
| Versão Atual | 1.5.0 | 
| Última Atualização | 2022-06-30 | 
| Data de Publicação | 2021-03-02 | 
| Desenvolvedor | max | 
| [email protected] | |
| Tipo de Pagamento | free | 
| Idiomas Suportados | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.5.0",
    "short_name": "Fast tabs 3D",
    "name": "Fast tabs 3D",
    "description": "Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories",
    "browser_action": {
        "default_title": "Fast tabs 3D",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.bundle.js"
        ]
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+0",
                "mac": "Command+0"
            }
        }
    },
    "permissions": [
        "windows",
        "tabs",
        "activeTab",
        "bookmarks",
        "  |  |