Popout
A simple extension that allows tabs to be opened in a separate minimal window.
Vad är Popout?
Popout är en Chrome-tillägg utvecklad av Space City Software, L.L.C., och dess huvudfunktion är "A simple extension that allows tabs to be opened in a separate minimal window.".
Tilläggsskärmbilder
Ladda ner Popout-förlängningens CRX-fil
Ladda ner Popout-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Popout |
ID | nejkhdlfjifmhomnedomededpaeohcmi |
Officiell webbadress | https://chromewebstore.google.com/detail/popout/nejkhdlfjifmhomnedomededpaeohcmi |
Beskrivning | A simple extension that allows tabs to be opened in a separate minimal window. |
Filstorlek | 22.05 KB |
Antal Installationer | 3,082 |
Aktuell Version | 2.1 |
Senast Uppdaterad | 2022-03-28 |
Publiceringsdatum | 2013-08-15 |
Betyg | 4.32/5 Totalt 25 Betyg |
Utvecklare | Space City Software, L.L.C. |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/chrisg32/Popout |
Hjälpsida URL | https://github.com/chrisg32/Popout/issues |
Stödda Språk | 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": [ " |