Pop Out
Convert tabs into popup windows and back
Was ist Pop Out?
Pop Out ist eine Chrome-Erweiterung, die von tbodt entwickelt wurde, und ihr Hauptmerkmal ist "Convert tabs into popup windows and back".
Erweiterungsscreenshots
Pop Out-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pop Out-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
Turn tabs into popup windows with no toolbars in the way!
Use the item in the context menu to turn a tab into a popup window, and to turn that popup window back into a tab. You can also click the toolbar icon. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | goefeknijkeibgadbapihfkliobeoglp |
| Offizielle URL | https://chromewebstore.google.com/detail/pop-out/goefeknijkeibgadbapihfkliobeoglp |
| Beschreibung | Convert tabs into popup windows and back |
| Dateigröße | 12.7 KB |
| Installationsanzahl | 319 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2020-06-11 |
| Veröffentlichungsdatum | 2020-06-11 |
| Entwickler | tbodt |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/tbodt/pop-out/ |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Pop Out",
"description": "Convert tabs into popup windows and back",
"version": "1.0.1",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"36": "icons\/icon36.png",
"48": "icons\/icon48.png",
"72": "icons\/icon72.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png",
"256": "icons\/icon256.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": [],
"permissions": [
"contextMenus"
]
} | |