720p: Resize!

Resize the window to 720p!

Hvad er 720p: Resize!?

720p: Resize! er en Chrome-udvidelse udviklet af https://hypno.nimja.com, og dens hovedfunktion er "Resize the window to 720p!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download 720p: Resize!-udvidelses-CRX-fil

Download 720p: Resize!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn 720p: Resize! 720p: Resize!
ID bdlfnaiibeegbolelkggmmlkahmpinhb
Officiel URL https://chromewebstore.google.com/detail/720p-resize/bdlfnaiibeegbolelkggmmlkahmpinhb
Beskrivelse Resize the window to 720p!
Filstørrelse 8.61 KB
Antal Installationer 132
Nuværende Version 1.0
Senest Opdateret 2015-12-28
Udgivelsesdato 2015-12-28
Bedømmelse 4.00/5 Samlet 4 Bedømmelser
Udvikler https://hypno.nimja.com
Betalingsmetode free
Understøttede Sprog 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
}