Multi-tab
A browser extension to open and group a bunch of tabs from a list of URLs.
Wat is Multi-tab?
Multi-tab is een Chrome-extensie ontwikkeld door Luke Carrier, en de belangrijkste functie is "A browser extension to open and group a bunch of tabs from a list of URLs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Multi-tab
Download Multi-tab-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | aecmnemhogbiohkomdlbgklhlamaihhi |
| Officiële URL | https://chromewebstore.google.com/detail/multi-tab/aecmnemhogbiohkomdlbgklhlamaihhi |
| Beschrijving | A browser extension to open and group a bunch of tabs from a list of URLs. |
| Bestandsgrootte | 29.14 KB |
| Aantal Installaties | 178 |
| Huidige Versie | 0.3.0 |
| Laatst Bijgewerkt | 2022-06-26 |
| Publicatiedatum | 2021-11-19 |
| Ontwikkelaar | Luke Carrier |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/LukeCarrier/multi-tab |
| Help Pagina-URL | https://github.com/LukeCarrier/multi-tab/discussions |
| Ondersteunde Talen | 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"
}
} | |