Fit YT to Width
Fits a Youtube video to the width of its window when viewing in a narrow window, designed for using dual windows on a chromebook.
Wat is Fit YT to Width?
Fit YT to Width is een Chrome-extensie ontwikkeld door Andrew Lansing, en de belangrijkste functie is "Fits a Youtube video to the width of its window when viewing in a narrow window, designed for using dual windows on a chromebook.".
Extensie Screenshots
Download het CRX-bestand van de extensie Fit YT to Width
Download Fit YT to Width-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
Tip: Chromebook users can make use of the alt + [ and alt + ] shortcuts to resize windows to fit half of your screen as seen in the screenshot
Basisinformatie over de Extensie
Naam | |
ID | ijigameikofpgbincaiclnjlifjfekpf |
Officiële URL | https://chrome.google.com/webstore/detail/fit-yt-to-width/ijigameikofpgbincaiclnjlifjfekpf |
Beschrijving | Fits a Youtube video to the width of its window when viewing in a narrow window, designed for using dual windows on a chromebook. |
Bestandsgrootte | 7.14 KB |
Aantal Installaties | 167 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2017-07-18 |
Publicatiedatum | 2017-07-18 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Andrew Lansing |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fit YT to Width", "version": "1.2", "description": "Fits a Youtube video to the width of its window when viewing in a narrow window, designed for using dual windows on a chromebook.", "background": { "scripts": [ "background.js" ], "persistent": true }, "page_action": { "default_icon": "icon.png", "default_title": "Fit YT to Witdh" }, "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "permissions": [ "declarativeContent", "https:\/\/www.youtube.com\/*", "tabs" ], "manifest_version": 2 } |