ReSIzEr

Es una app resizer

What is ReSIzEr?

ReSIzEr is a Chrome extension developed by manutepowa, and its main feature is "Es una app resizer".

Extension Screenshots

screenshot
screenshot

Download ReSIzEr Extension CRX File

Download ReSIzEr extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Extensión de Google Chrome para desarrolladores de Programación Web para visualizar el desarrollo responsivo en version Smartphone y Tablet                    

Extension Basic Information

Name ReSIzEr ReSIzEr
ID magdjkmfaccilcbigoihcdehjhhgcmpg
Official URL https://chromewebstore.google.com/detail/resizer/magdjkmfaccilcbigoihcdehjhhgcmpg
Description Es una app resizer
File Size 80.51 KB
Installation Count 16
Current Version 1.0
Last Updated 2016-05-17
Publish Date 2016-05-17
Developer manutepowa
Email [email protected]
Payment Type free
Supported Languages es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ReSIzEr",
    "version": "1.0",
    "description": "Es una app resizer",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "img\/Resize16.png",
        "48": "img\/Resize48.png",
        "128": "img\/Resize128.png"
    }
}