JoinTabs
Combines all Chrome tabs in separate windows into a single window
Wat is JoinTabs?
JoinTabs is een Chrome-extensie ontwikkeld door rodrigo.siqueira, en de belangrijkste functie is "Combines all Chrome tabs in separate windows into a single window".
Extensie Screenshots
Download het CRX-bestand van de extensie JoinTabs
Download JoinTabs-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
Combines all Chrome tabs in separate windows into a single window. Click the magnet icon in your browser to join all tabs and opened windows and popups into a single main browser window. Version 1.4 Updated version - free with no ads and no banners. Some computers may have the "grey screen" issue (Chrome bug - Merge Tabs function broken) after joining tabs: http://code.google.com/p/chromium/issues/detail?id=53990
Basisinformatie over de Extensie
Naam | JoinTabs |
ID | bjmimocndihpmdoelbiilpkkfkppikap |
Officiële URL | https://chromewebstore.google.com/detail/jointabs/bjmimocndihpmdoelbiilpkkfkppikap |
Beschrijving | Combines all Chrome tabs in separate windows into a single window |
Bestandsgrootte | 28.08 KB |
Aantal Installaties | 6,421 |
Huidige Versie | 1.4.15 |
Laatst Bijgewerkt | 2012-09-26 |
Publicatiedatum | 2012-09-26 |
Beoordeling | 4.15/5 Totaal 46 Beoordelingen |
Ontwikkelaar | rodrigo.siqueira |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "iconjoin19.png", "default_title": "JoinTabs" }, "content_scripts": [ { "all_frames": true, "js": [ "shortcut.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ] } ], "description": "Combines all Chrome tabs in separate windows into a single window", "icons": { "128": "iconjoin128.png", "16": "iconjoin16.png", "48": "iconjoin48.png" }, "manifest_version": 2, "name": "JoinTabs", "options_page": "options.html", "permissions": [ "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4.15" } |