Picture in Picture
Picture-in-Picture extension for the Chrome browser.
Hvad er Picture in Picture?
Picture in Picture er en Chrome-udvidelse udviklet af Juwan Petty, og dens hovedfunktion er "Picture-in-Picture extension for the Chrome browser.".
Udvidelsesskærmbilleder
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 allows web pages to play a video in a little window that stays on top of other windows. This feature is valuable for users that want to continue watching their videos while doing something else.
Grundlæggende oplysninger om udvidelsen
Navn | Picture in Picture |
ID | meboopjblcjkdmpehioplkgcbopipjmg |
Officiel URL | https://chromewebstore.google.com/detail/picture-in-picture/meboopjblcjkdmpehioplkgcbopipjmg |
Beskrivelse | Picture-in-Picture extension for the Chrome browser. |
Filstørrelse | 7.63 KB |
Antal Installationer | 1,000 |
Nuværende Version | 0.2 |
Senest Opdateret | 2019-02-27 |
Udgivelsesdato | 2019-02-27 |
Bedømmelse | 3.33/5 Samlet 3 Bedømmelser |
Udvikler | Juwan Petty |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Picture in Picture", "description": "Picture-in-Picture extension for the Chrome browser.", "version": "0.2", "author": "Juwan Petty", "browser_action": { "default_icon": { "16": ".\/icons\/icon-16.png", "32": ".\/icons\/icon-32.png" } }, "icons": { "16": ".\/icons\/icon-16.png", "32": ".\/icons\/icon-32.png", "48": ".\/icons\/icon-48.png", "96": ".\/icons\/icon-96.png", "128": ".\/icons\/icon-128.png", "256": ".\/icons\/icon-256.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ] } |