Chameleon

Simple responsive website testing.

Co to jest Chameleon?

Chameleon to rozszerzenie Chrome opracowane przez https://stefanritter.com, a jego główną funkcją jest „Simple responsive website testing.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Chameleon

Pobierz pliki rozszerzeń Chameleon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Chameleon lets you quickly view the responsiveness of your web app in multiple device viewports.

Simultaneously review your site's behavior on a myriad of different screen sizes.

For testing, Chameleon opens your site in a new tab and shows you both the portrait and landscape orientation of each device.

Add and configure as many viewports and devices as you need.

View the source code on Github: http://stefanritter.com/chameleon/                    

Podstawowe informacje o rozszerzeniu

Nazwa Chameleon Chameleon
ID acdpiemklcfaoglpjmidpjdbhkgdoede
Oficjalny URL https://chromewebstore.google.com/detail/chameleon/acdpiemklcfaoglpjmidpjdbhkgdoede
Opis Simple responsive website testing.
Rozmiar pliku 55.64 KB
Liczba instalacji 10,495
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2017-03-15
Data Publikacji 2017-03-15
Ocena 3.71/5 Łącznie 52 Oceny
Deweloper https://stefanritter.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://stefanritter.com/chameleon/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chameleon",
    "short_name": "Chameleon",
    "description": "Simple responsive website testing.",
    "version": "1.2.1",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "options_page": "options_page\/options.html",
    "background": {
        "scripts": [
            "background_page\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_title": "View in Chameleon"
    }
}