complit
combine and split tabs.
Qu'est-ce que complit ?
complit est une extension Chrome développée par takc923, et sa fonction principale est "combine and split tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension complit
Téléchargez les fichiers d'extension complit 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
COMbine and sPLIT tabs. To split tabs - select tabs (shift + click or command + click tab) - click button to create new window with selected tabs. To combine tabs - don't select tabs - click button to move tabs of last focused window into current window.
Informations de Base sur l'Extension
Nom | complit |
ID | pmjnllcflhjbbicackpaihinkkhbngco |
URL Officiel | https://chromewebstore.google.com/detail/complit/pmjnllcflhjbbicackpaihinkkhbngco |
Description | combine and split tabs. |
Taille du Fichier | 10.35 KB |
Nombre d'Installations | 162 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2014-10-13 |
Date de Publication | 2014-10-13 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | takc923 |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "complit", "manifest_version": 2, "version": "0.1.2", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "description": "combine and split tabs.", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "browser_action": { "default_icon": { "19": "icon.png", "38": "icon.png" }, "default_title": "complit!" } } |