PopOut
Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.
Cos'è PopOut?
PopOut è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PopOut
Scarica i file di estensione PopOut 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
PopOut ====== A tiny chrome extension that adds a 'Pop out tabs to right' button to your menu bar. Click it to move your current tab and all tabs to the right to a new browser window. Feel free to contact me at http://lpm.io/contact with any questions!
Informazioni di Base sull'Estensione
Nome | PopOut |
ID | pepmkldcbobcclmpplfpbllopdkipnnd |
URL Ufficiale | https://chromewebstore.google.com/detail/popout/pepmkldcbobcclmpplfpbllopdkipnnd |
Descrizione | Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar. |
Dimensione del File | 5.66 KB |
Conteggio Installazioni | 111 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-04-11 |
Data di Pubblicazione | 2014-04-11 |
Valutazione | 3.86/5 Totale 7 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PopOut", "short_name": "PopOut", "version": "1.0", "description": "Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Pop out tabs to right" } } |