Tab Grouper
Group tabs for one-click access! Copy all open tabs to clipboard with a single click.
Qu'est-ce que Tab Grouper ?
Tab Grouper est une extension Chrome développée par lerxst, et sa fonction principale est "Group tabs for one-click access! Copy all open tabs to clipboard with a single click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Grouper
Téléchargez les fichiers d'extension Tab Grouper 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
Save currently opened tabs for accessing later. Save any number of groups with any number of tabs! • To save a set of tabs : 1. Right-click anywhere on the webpage and click 'Save Tabs' in the context menu. 2. Enter the group name and click 'Ok' to save. (Keyboard shortcut : 'Shift+Ctrl+m'. Modify shortcut combinations in Tools->Extensions) • Click on the TabGrouper icon in the toolbar to access the saved groups. Use the TabGrouper options to manage groups. • In the TabGrouper popup, use the clipboard icon to copy all the open tabs and their URLs to the clipboard.
Informations de Base sur l'Extension
Nom | |
ID | glfmdmkkhokfolknaabkokpcibhlagen |
URL Officiel | https://chrome.google.com/webstore/detail/tab-grouper/glfmdmkkhokfolknaabkokpcibhlagen |
Description | Group tabs for one-click access! Copy all open tabs to clipboard with a single click. |
Taille du Fichier | 91.91 KB |
Nombre d'Installations | 824 |
Version Actuelle | 0.9.4 |
Dernière Mise à Jour | 2015-03-12 |
Date de Publication | 2015-03-12 |
Évaluation | 3.93/5 Total 14 Évaluations |
Développeur | lerxst |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Grouper", "version": "0.9.4", "description": "Group tabs for one-click access! Copy all open tabs to clipboard with a single click.", "background": { "scripts": [ "bginit.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": "\/images\/icon48.png", "default_title": "TabGrouper" }, "commands": { "toggle-feature": { "suggested_key": { "default": "Ctrl+Shift+T" }, "description": "Save the current group of tabs." } }, "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "permissions": [ "tabs", "contextMenus", "notifications", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |