U tabs
This extension will merge all the tabs from different windows into one window
Wat is U tabs?
U tabs is een Chrome-extensie ontwikkeld door Neil, en de belangrijkste functie is "This extension will merge all the tabs from different windows into one window".
Extensie Screenshots
Download het CRX-bestand van de extensie U tabs
Download U tabs-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
Merge all the tabs from all the Chrome windows into the current window.
Basisinformatie over de Extensie
Naam | |
ID | jamieplpgaodmgkcjpigniafokfmmhjk |
Officiële URL | https://chromewebstore.google.com/detail/u-tabs/jamieplpgaodmgkcjpigniafokfmmhjk |
Beschrijving | This extension will merge all the tabs from different windows into one window |
Bestandsgrootte | 9.38 KB |
Aantal Installaties | 102 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-03-16 |
Publicatiedatum | 2017-03-16 |
Ontwikkelaar | Neil |
Betalingswijze | free |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "U tabs", "description": "This extension will merge all the tabs from different windows into one window", "version": "1.0", "background": { "scripts": [ "merge.js" ] }, "icons": { "48": "icon48.png" }, "browser_action": { "default_icon": { "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "default_title": "Merge all tabs" }, "permissions": [ "tabs" ] } |