Pop Out
Convert tabs into popup windows and back
Hvad er Pop Out?
Pop Out er en Chrome-udvidelse udviklet af tbodt, og dens hovedfunktion er "Convert tabs into popup windows and back".
Udvidelsesskærmbilleder
Download Pop Out-udvidelses-CRX-fil
Download Pop Out-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
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | goefeknijkeibgadbapihfkliobeoglp |
| Officiel URL | https://chromewebstore.google.com/detail/pop-out/goefeknijkeibgadbapihfkliobeoglp |
| Beskrivelse | Convert tabs into popup windows and back |
| Filstørrelse | 12.7 KB |
| Antal Installationer | 319 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2020-06-11 |
| Udgivelsesdato | 2020-06-11 |
| Udvikler | tbodt |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/tbodt/pop-out/ |
| Understøttede Sprog | 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"
]
} | |