Keeping Tabs
A chrome extension aiming to simplify the surplus of tabs in one's browser
Vad är Keeping Tabs?
Keeping Tabs är en Chrome-tillägg utvecklad av Ryan Slocum, och dess huvudfunktion är "A chrome extension aiming to simplify the surplus of tabs in one's browser".
Tilläggsskärmbilder
Ladda ner Keeping Tabs-förlängningens CRX-fil
Ladda ner Keeping Tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Keeping Tabs |
ID | komjibclehjoaofickenjehabjelkabm |
Officiell webbadress | https://chromewebstore.google.com/detail/keeping-tabs/komjibclehjoaofickenjehabjelkabm |
Beskrivning | A chrome extension aiming to simplify the surplus of tabs in one's browser |
Filstorlek | 10.73 KB |
Antal Installationer | 160 |
Aktuell Version | 0.1.6 |
Senast Uppdaterad | 2020-09-29 |
Publiceringsdatum | 2020-05-09 |
Utvecklare | Ryan Slocum |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |