Popout
A simple extension that allows tabs to be opened in a separate minimal window.
Wat is Popout?
Popout is een Chrome-extensie ontwikkeld door Space City Software, L.L.C., en de belangrijkste functie is "A simple extension that allows tabs to be opened in a separate minimal window.".
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 is a simple extension that allows tabs and web apps to be opened in a separate window with minimal controls. This is different from dragging tabs to a new window because Popup windows do not have to tab view, the address bar, or any buttons. This saves screen space and allows easier navigation to commonly used website and apps.
Basisinformatie over de Extensie
Naam | Popout |
ID | nejkhdlfjifmhomnedomededpaeohcmi |
Officiële URL | https://chromewebstore.google.com/detail/popout/nejkhdlfjifmhomnedomededpaeohcmi |
Beschrijving | A simple extension that allows tabs to be opened in a separate minimal window. |
Bestandsgrootte | 22.05 KB |
Aantal Installaties | 3,082 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2022-03-28 |
Publicatiedatum | 2013-08-15 |
Beoordeling | 4.32/5 Totaal 25 Beoordelingen |
Ontwikkelaar | Space City Software, L.L.C. |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/chrisg32/Popout |
Help Pagina-URL | https://github.com/chrisg32/Popout/issues |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Popout", "description": "A simple extension that allows tabs to be opened in a separate minimal window.", "version": "2.1", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "action": { "default_title": "Popout to external window.", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |