PopOut
Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.
Wat is PopOut?
PopOut is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.".
Extensie Screenshots
Download het CRX-bestand van de extensie PopOut
Download PopOut-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
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! Basisinformatie over de Extensie
| Naam | |
| ID | pepmkldcbobcclmpplfpbllopdkipnnd |
| Officiële URL | https://chromewebstore.google.com/detail/popout/pepmkldcbobcclmpplfpbllopdkipnnd |
| Beschrijving | Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar. |
| Bestandsgrootte | 5.66 KB |
| Aantal Installaties | 111 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2014-04-11 |
| Publicatiedatum | 2014-04-11 |
| Beoordeling | 3.86/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |