Picture in Picture
Picture-in-Picture extension for the Chrome browser.
Wat is Picture in Picture?
Picture in Picture is een Chrome-extensie ontwikkeld door Juwan Petty, en de belangrijkste functie is "Picture-in-Picture extension for the Chrome browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Picture in Picture
Download Picture in Picture-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
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.
Basisinformatie over de Extensie
Naam | Picture in Picture |
ID | meboopjblcjkdmpehioplkgcbopipjmg |
Officiële URL | https://chromewebstore.google.com/detail/picture-in-picture/meboopjblcjkdmpehioplkgcbopipjmg |
Beschrijving | Picture-in-Picture extension for the Chrome browser. |
Bestandsgrootte | 7.63 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2019-02-27 |
Publicatiedatum | 2019-02-27 |
Beoordeling | 3.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Juwan Petty |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |