Fast tabs 3D
Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories
Qu'est-ce que Fast tabs 3D ?
Fast tabs 3D est une extension Chrome développée par max, et sa fonction principale est "Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fast tabs 3D
Téléchargez les fichiers d'extension Fast tabs 3D au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Fast tabs 3D |
ID | iofckehgocacfnpfgbcgpmgblkccjpnk |
URL Officiel | https://chromewebstore.google.com/detail/fast-tabs-3d/iofckehgocacfnpfgbcgpmgblkccjpnk |
Description | Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories |
Taille du Fichier | 649 KB |
Nombre d'Installations | 21 |
Version Actuelle | 1.5.0 |
Dernière Mise à Jour | 2022-06-30 |
Date de Publication | 2021-03-02 |
Développeur | max |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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", " |