Group Tabs
Quickly open groups of commonly used tabs.
Qu'est-ce que Group Tabs ?
Group Tabs est une extension Chrome développée par sbrand83, et sa fonction principale est "Quickly open groups of commonly used tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Group Tabs
Téléchargez les fichiers d'extension Group Tabs 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
GroupTabs is a Chrome Extension that allows you to quickly open all of your most commonly used sites all at once. Save yourself the time of having to open your favorite sites individually when you next need them. With one click, you will have immediate access to all of these sites in a new browser window. Similarly to the way bookmarks save you time when opening a frequently used website, GroupTabs saves you time and helps you stay organized when you find yourself using the same set of sites day after day. Whether it is for work or leisure, GroupTabs can help you be more productive when starting a new task. With GroupTabs, you can easily create, edit, and open all the sites you need with the click of a button. Any changes you make are automatically synced across all of your computers that have GroupTabs installed.
Informations de Base sur l'Extension
Nom | Group Tabs |
ID | fojepcodbhkphgfpillkokfenpmgpela |
URL Officiel | https://chromewebstore.google.com/detail/group-tabs/fojepcodbhkphgfpillkokfenpmgpela |
Description | Quickly open groups of commonly used tabs. |
Taille du Fichier | 91.6 KB |
Nombre d'Installations | 21 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2018-02-15 |
Date de Publication | 2018-02-15 |
Développeur | sbrand83 |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Group Tabs", "description": "Quickly open groups of commonly used tabs.", "version": "1.0.1", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon_19.png", "default_popup": "popup.html", "default_title": "GroupTabs" }, "permissions": [ "storage", "tabs" ] } |