Popout
A simple extension that allows tabs to be opened in a separate minimal window.
Hvad er Popout?
Popout er en Chrome-udvidelse udviklet af Space City Software, L.L.C., og dens hovedfunktion er "A simple extension that allows tabs to be opened in a separate minimal window.".
Udvidelsesskærmbilleder
Download Popout-udvidelses-CRX-fil
Download Popout-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Popout |
ID | nejkhdlfjifmhomnedomededpaeohcmi |
Officiel URL | https://chromewebstore.google.com/detail/popout/nejkhdlfjifmhomnedomededpaeohcmi |
Beskrivelse | A simple extension that allows tabs to be opened in a separate minimal window. |
Filstørrelse | 22.05 KB |
Antal Installationer | 3,082 |
Nuværende Version | 2.1 |
Senest Opdateret | 2022-03-28 |
Udgivelsesdato | 2013-08-15 |
Bedømmelse | 4.32/5 Samlet 25 Bedømmelser |
Udvikler | Space City Software, L.L.C. |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/chrisg32/Popout |
Hjælpeside-URL | https://github.com/chrisg32/Popout/issues |
Understøttede Sprog | 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": [ " |