JoinTabs
Combines all Chrome tabs in separate windows into a single window
Qu'est-ce que JoinTabs ?
JoinTabs est une extension Chrome développée par rodrigo.siqueira, et sa fonction principale est "Combines all Chrome tabs in separate windows into a single window".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension JoinTabs
Téléchargez les fichiers d'extension JoinTabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | JoinTabs |
ID | bjmimocndihpmdoelbiilpkkfkppikap |
URL Officiel | https://chromewebstore.google.com/detail/jointabs/bjmimocndihpmdoelbiilpkkfkppikap |
Description | Combines all Chrome tabs in separate windows into a single window |
Taille du Fichier | 28.08 KB |
Nombre d'Installations | 6,421 |
Version Actuelle | 1.4.15 |
Dernière Mise à Jour | 2012-09-26 |
Date de Publication | 2012-09-26 |
Évaluation | 4.15/5 Total 46 Évaluations |
Développeur | rodrigo.siqueira |
Type de Paiement | free |
Langues Prises en Charge | 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" } |