Keeping Tabs
A chrome extension aiming to simplify the surplus of tabs in one's browser
Wat is Keeping Tabs?
Keeping Tabs is een Chrome-extensie ontwikkeld door Ryan Slocum, en de belangrijkste functie is "A chrome extension aiming to simplify the surplus of tabs in one's browser".
Extensie Screenshots
Download het CRX-bestand van de extensie Keeping Tabs
Download Keeping Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Keeping Tabs |
ID | komjibclehjoaofickenjehabjelkabm |
Officiële URL | https://chromewebstore.google.com/detail/keeping-tabs/komjibclehjoaofickenjehabjelkabm |
Beschrijving | A chrome extension aiming to simplify the surplus of tabs in one's browser |
Bestandsgrootte | 10.73 KB |
Aantal Installaties | 160 |
Huidige Versie | 0.1.6 |
Laatst Bijgewerkt | 2020-09-29 |
Publicatiedatum | 2020-05-09 |
Ontwikkelaar | Ryan Slocum |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |