Picture in Picture

Picture in picture

Hvad er Picture in Picture?

Picture in Picture er en Chrome-udvidelse udviklet af MichaelSanchez, og dens hovedfunktion er "Picture in picture".

Udvidelsesskærmbilleder

screenshot

Download Picture in Picture-udvidelses-CRX-fil

Download Picture in Picture-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

                        Picture in picture                    

Grundlæggende oplysninger om udvidelsen

Navn Picture in Picture Picture in Picture
ID gojanolgcdcaclpmclppnoppbfddnmoh
Officiel URL https://chromewebstore.google.com/detail/picture-in-picture/gojanolgcdcaclpmclppnoppbfddnmoh
Beskrivelse Picture in picture
Filstørrelse 568 KB
Antal Installationer 16
Nuværende Version 1.2
Senest Opdateret 2019-04-04
Udgivelsesdato 2019-04-04
Udvikler MichaelSanchez
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture",
    "version": "1.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "16": "Icon-Small.png",
        "48": "[email protected]",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}