complit
combine and split tabs.
Cos'è complit?
complit è un'estensione di Chrome sviluppata da takc923, e la sua funzione principale è "combine and split tabs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione complit
Scarica i file di estensione complit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | pmjnllcflhjbbicackpaihinkkhbngco |
| URL Ufficiale | https://chromewebstore.google.com/detail/complit/pmjnllcflhjbbicackpaihinkkhbngco |
| Descrizione | combine and split tabs. |
| Dimensione del File | 10.35 KB |
| Conteggio Installazioni | 162 |
| Versione Corrente | 0.1.2 |
| Ultimo Aggiornamento | 2014-10-13 |
| Data di Pubblicazione | 2014-10-13 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | takc923 |
| Tipo di Pagamento | free |
| Lingue Supportate | 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!"
}
} | |