Multi Window Presentation
Multi window presentation!
Vad är Multi Window Presentation?
Multi Window Presentation är en Chrome-tillägg utvecklad av https://nxgen.cloud, och dess huvudfunktion är "Multi window presentation!".
Tilläggsskärmbilder
Ladda ner Multi Window Presentation-förlängningens CRX-fil
Ladda ner Multi Window Presentation-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
Multi window presentation is used to open up to 4 full screen windows in 4 different monitors, based on the configuration URL's. Grundläggande Information om Tillägg
| Namn | |
| ID | objimdjmdmbllijjkgpbfdahmcalijib |
| Officiell webbadress | https://chromewebstore.google.com/detail/multi-window-presentation/objimdjmdmbllijjkgpbfdahmcalijib |
| Beskrivning | Multi window presentation! |
| Filstorlek | 44.63 KB |
| Antal Installationer | 69 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2022-04-30 |
| Publiceringsdatum | 2022-03-22 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://nxgen.cloud |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Multi Window Presentation",
"description": "Multi window presentation!",
"version": "2.0",
"manifest_version": 3,
"permissions": [
"storage",
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/nxg-16.png",
"32": "\/images\/nxg-32.png",
"48": "\/images\/nxg-48.png",
"128": "\/images\/nxg-128.png"
}
},
"icons": {
"16": "\/images\/nxg-16.png",
"32": "\/images\/nxg-32.png",
"48": "\/images\/nxg-48.png",
"128": "\/images\/nxg-128.png"
}
} | |