complit
combine and split tabs.
Wat is complit?
complit is een Chrome-extensie ontwikkeld door takc923, en de belangrijkste functie is "combine and split tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie complit
Download complit-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
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.
Basisinformatie over de Extensie
Naam | complit |
ID | pmjnllcflhjbbicackpaihinkkhbngco |
Officiële URL | https://chromewebstore.google.com/detail/complit/pmjnllcflhjbbicackpaihinkkhbngco |
Beschrijving | combine and split tabs. |
Bestandsgrootte | 10.35 KB |
Aantal Installaties | 162 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2014-10-13 |
Publicatiedatum | 2014-10-13 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | takc923 |
Betalingswijze | free |
Ondersteunde Talen | 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!" } } |