Multi-tab
A browser extension to open and group a bunch of tabs from a list of URLs.
Cos'è Multi-tab?
Multi-tab è un'estensione di Chrome sviluppata da Luke Carrier, e la sua funzione principale è "A browser extension to open and group a bunch of tabs from a list of URLs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Multi-tab
Scarica i file di estensione Multi-tab 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
Stop juggling tabs and let this clown do it for you.
-> Paste URLs into the input, optionally select a tab group and save some serious clicking.
-> Copy URLs from an existing tab group and paste them elsewhere. Informazioni di Base sull'Estensione
| Nome | |
| ID | aecmnemhogbiohkomdlbgklhlamaihhi |
| URL Ufficiale | https://chromewebstore.google.com/detail/multi-tab/aecmnemhogbiohkomdlbgklhlamaihhi |
| Descrizione | A browser extension to open and group a bunch of tabs from a list of URLs. |
| Dimensione del File | 29.14 KB |
| Conteggio Installazioni | 178 |
| Versione Corrente | 0.3.0 |
| Ultimo Aggiornamento | 2022-06-26 |
| Data di Pubblicazione | 2021-11-19 |
| Sviluppatore | Luke Carrier |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/LukeCarrier/multi-tab |
| URL della Pagina di Aiuto | https://github.com/LukeCarrier/multi-tab/discussions |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"$schema": "https:\/\/json.schemastore.org\/webextension.json",
"manifest_version": 3,
"name": "Multi-tab",
"description": "A browser extension to open and group a bunch of tabs from a list of URLs.",
"homepage_url": "https:\/\/github.com\/LukeCarrier\/multi-tab",
"developer": {
"name": "Luke Carrier",
"url": "https:\/\/luke.carrier.im"
},
"version": "0.3.0",
"permissions": [
"tabs",
"tabGroups"
],
"default_locale": "en",
"action": {
"browser_style": true,
"default_title": "Multi-tab",
"default_popup": "popup\/index.html",
"default_icon": {
"16": "icons\/logo-16.png",
"19": "icons\/logo-19.png",
"32": "icons\/logo-32.png",
"38": "icons\/logo-38.png"
}
},
"icons": {
"48": "icons\/logo-48.png",
"96": "icons\/logo-96.png",
"128": "icons\/logo-128.png",
"256": "icons\/logo-256.png",
"512": "icons\/logo-512.png"
}
} | |