Pop Out

Convert tabs into popup windows and back

Wat is Pop Out?

Pop Out is een Chrome-extensie ontwikkeld door tbodt, en de belangrijkste functie is "Convert tabs into popup windows and back".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Pop Out

Download Pop Out-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Pop Out Pop Out
ID goefeknijkeibgadbapihfkliobeoglp
Officiële URL https://chromewebstore.google.com/detail/pop-out/goefeknijkeibgadbapihfkliobeoglp
Beschrijving Convert tabs into popup windows and back
Bestandsgrootte 12.7 KB
Aantal Installaties 319
Huidige Versie 1.0.1
Laatst Bijgewerkt 2020-06-11
Publicatiedatum 2020-06-11
Ontwikkelaar tbodt
Betalingswijze free
Extensiewebsite https://github.com/tbodt/pop-out/
Ondersteunde Talen 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"
    ]
}