Picture in Picture
Picture-in-Picture extension for the Chrome browser.
Vad är Picture in Picture?
Picture in Picture är en Chrome-tillägg utvecklad av Juwan Petty, och dess huvudfunktion är "Picture-in-Picture extension for the Chrome browser.".
Tilläggsskärmbilder
Ladda ner Picture in Picture-förlängningens CRX-fil
Ladda ner Picture in Picture-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | meboopjblcjkdmpehioplkgcbopipjmg |
| Officiell webbadress | https://chromewebstore.google.com/detail/picture-in-picture/meboopjblcjkdmpehioplkgcbopipjmg |
| Beskrivning | Picture-in-Picture extension for the Chrome browser. |
| Filstorlek | 7.63 KB |
| Antal Installationer | 1,000 |
| Aktuell Version | 0.2 |
| Senast Uppdaterad | 2019-02-27 |
| Publiceringsdatum | 2019-02-27 |
| Betyg | 3.33/5 Totalt 3 Betyg |
| Utvecklare | Juwan Petty |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |