720p: Resize!
Resize the window to 720p!
Was ist 720p: Resize!?
720p: Resize! ist eine Chrome-Erweiterung, die von https://hypno.nimja.com entwickelt wurde, und ihr Hauptmerkmal ist "Resize the window to 720p!".
Erweiterungsscreenshots
720p: Resize!-Erweiterungs-CRX-Datei herunterladen
Laden Sie 720p: Resize!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Ideal for using ChromeCast: This extension forces the inside of your tab to be 720p! - This means no black bars on the TV you're using. Of course this extension can be used for many other things. It requires no permissions, cannot read your tabs and the code is easy and clean to read. Of course, the resizing is not limited to just 720p, you can input any resolution you want! A few basic resolutions are included.
Grundlegende Informationen zur Erweiterung
Name | 720p: Resize! |
ID | bdlfnaiibeegbolelkggmmlkahmpinhb |
Offizielle URL | https://chromewebstore.google.com/detail/720p-resize/bdlfnaiibeegbolelkggmmlkahmpinhb |
Beschreibung | Resize the window to 720p! |
Dateigröße | 8.61 KB |
Installationsanzahl | 132 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-12-28 |
Veröffentlichungsdatum | 2015-12-28 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://hypno.nimja.com |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "720p: Resize!", "description": "Resize the window to 720p!", "version": "1.0", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "storage" ], "options_page": "options.html", "browser_action": { "name": "Resize the viewport.", "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" } }, "manifest_version": 2 } |