720p: Resize!

Resize the window to 720p!

Vad är 720p: Resize!?

720p: Resize! är en Chrome-tillägg utvecklad av https://hypno.nimja.com, och dess huvudfunktion är "Resize the window to 720p!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner 720p: Resize!-förlängningens CRX-fil

Ladda ner 720p: Resize!-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

                        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äggande Information om Tillägg

Namn 720p: Resize! 720p: Resize!
ID bdlfnaiibeegbolelkggmmlkahmpinhb
Officiell webbadress https://chromewebstore.google.com/detail/720p-resize/bdlfnaiibeegbolelkggmmlkahmpinhb
Beskrivning Resize the window to 720p!
Filstorlek 8.61 KB
Antal Installationer 132
Aktuell Version 1.0
Senast Uppdaterad 2015-12-28
Publiceringsdatum 2015-12-28
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare https://hypno.nimja.com
Betalningssätt free
Stödda Språk 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
}