My Tabs
Tab manager
Cos'è My Tabs?
My Tabs è un'estensione di Chrome sviluppata da Nikita Cherepanov, e la sua funzione principale è "Tab manager".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione My Tabs
Scarica i file di estensione My Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Tab manager:
Сlose tabs:
- Click on site icon to close separate tab.
- Select unused tabs and close them all
Group tabs by site
Mute tabs
Quick switch between tabs by clicking on it title
Restore recently closed tabs
Organise tabs between opened windows or move some tabs to the new window Informazioni di Base sull'Estensione
| Nome | |
| ID | gfhejpjpafbebgpfmfdaadcofennlfja |
| URL Ufficiale | https://chromewebstore.google.com/detail/my-tabs/gfhejpjpafbebgpfmfdaadcofennlfja |
| Descrizione | Tab manager |
| Dimensione del File | 44.13 KB |
| Conteggio Installazioni | 128 |
| Versione Corrente | 2.2 beta |
| Ultimo Aggiornamento | 2023-10-16 |
| Data di Pubblicazione | 2020-02-15 |
| Valutazione | 4.50/5 Totale 4 Valutazioni |
| Sviluppatore | Nikita Cherepanov |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"default_locale": "en",
"name": "__MSG_extName__",
"version": "2.2",
"version_name": "2.2 beta",
"description": "__MSG_extDescr__",
"permissions": [
"tabs",
"storage",
"contextMenus"
],
"icons": {
"16": "img\/ico16.png",
"32": "img\/ico32.png",
"48": "img\/ico48.png",
"128": "img\/ico128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "__MSG_extName__",
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"manifest_version": 2
} | |