PopOut
Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.
Was ist PopOut?
PopOut ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.".
Erweiterungsscreenshots
PopOut-Erweiterungs-CRX-Datei herunterladen
Laden Sie PopOut-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | PopOut |
ID | pepmkldcbobcclmpplfpbllopdkipnnd |
Offizielle URL | https://chromewebstore.google.com/detail/popout/pepmkldcbobcclmpplfpbllopdkipnnd |
Beschreibung | Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar. |
Dateigröße | 5.66 KB |
Installationsanzahl | 111 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-04-11 |
Veröffentlichungsdatum | 2014-04-11 |
Bewertung | 3.86/5 Insgesamt 7 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |