Tab Closer and Selector
Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!
Vad är Tab Closer and Selector?
Tab Closer and Selector är en Chrome-tillägg utvecklad av llae.dev, och dess huvudfunktion är "Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!".
Tilläggsskärmbilder
Ladda ner Tab Closer and Selector-förlängningens CRX-fil
Ladda ner Tab Closer and Selector-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
Have too many tabs opened? This extension allows you to easily manage and navigate through your Chrome tabs! It shows you the names of all the tabs that you currently have opened. Then, you can select tabs to close, select windows to close, or bring yourself to a certain tab.
Grundläggande Information om Tillägg
Namn | |
ID | anoodphkcgbgfdaiiljnngkboogckpnb |
Officiell webbadress | https://chrome.google.com/webstore/detail/tab-closer-and-selector/anoodphkcgbgfdaiiljnngkboogckpnb |
Beskrivning | Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab! |
Filstorlek | 128 KB |
Antal Installationer | 349 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2020-08-18 |
Publiceringsdatum | 2020-07-02 |
Betyg | 4.43/5 Totalt 7 Betyg |
Utvecklare | llae.dev |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background\/background-context-menu.js" ] }, "browser_action": { "default_icon": [], "default_popup": "popup\/popup.html", "default_title": "Tab Closer and Selector" }, "description": "Easily manage & navigate through your tabs \u2014 close your tabs or bring youself to a selected tab!", "icons": { "128": "images\/logo128.png", "16": "images\/logo16.png", "48": "images\/logo48.png" }, "manifest_version": 2, "name": "Tab Closer and Selector", "permissions": [ "tabs" ], "version": "1.3" } |