Keeping Tabs
A chrome extension aiming to simplify the surplus of tabs in one's browser
Qu'est-ce que Keeping Tabs ?
Keeping Tabs est une extension Chrome développée par Ryan Slocum, et sa fonction principale est "A chrome extension aiming to simplify the surplus of tabs in one's browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Keeping Tabs
Téléchargez les fichiers d'extension Keeping 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
This extension aims to simplify your mess of tabs by allowing you to quickly group and reopen tabs. Simply use the control key to highlight the tabs you'd like to save, title your tab group within the Keeping Tabs extension, and add it to your collection of tabs. These groups of tabs can be opened individually or all at once, making it much easier to organize projects within your browser.
Informations de Base sur l'Extension
Nom | Keeping Tabs |
ID | komjibclehjoaofickenjehabjelkabm |
URL Officiel | https://chromewebstore.google.com/detail/keeping-tabs/komjibclehjoaofickenjehabjelkabm |
Description | A chrome extension aiming to simplify the surplus of tabs in one's browser |
Taille du Fichier | 10.73 KB |
Nombre d'Installations | 160 |
Version Actuelle | 0.1.6 |
Dernière Mise à Jour | 2020-09-29 |
Date de Publication | 2020-05-09 |
Développeur | Ryan Slocum |
[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, "name": "Keeping Tabs", "version": "0.1.6", "description": "A chrome extension aiming to simplify the surplus of tabs in one's browser", "icons": { "128": "icons\/128.png", "48": "icons\/48.png" }, "permissions": [ "tabs", "storage" ], "author": "Ryan Slocum", "browser_action": { "default_icon": "icons\/128.png", "default_popup": "popup.html", "default_title": "Keeping Tabs" }, "offline_enabled": true } |