Chameleon

Simple responsive website testing.

Vad är Chameleon?

Chameleon är en Chrome-tillägg utvecklad av https://stefanritter.com, och dess huvudfunktion är "Simple responsive website testing.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Chameleon-förlängningens CRX-fil

Ladda ner Chameleon-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

                        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/                    

Grundläggande Information om Tillägg

Namn Chameleon Chameleon
ID acdpiemklcfaoglpjmidpjdbhkgdoede
Officiell webbadress https://chromewebstore.google.com/detail/chameleon/acdpiemklcfaoglpjmidpjdbhkgdoede
Beskrivning Simple responsive website testing.
Filstorlek 55.64 KB
Antal Installationer 10,495
Aktuell Version 1.2.1
Senast Uppdaterad 2017-03-15
Publiceringsdatum 2017-03-15
Betyg 3.71/5 Totalt 52 Betyg
Utvecklare https://stefanritter.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://stefanritter.com/chameleon/
Stödda Språk 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"
    }
}