Dev Playground

This extension serves various purposes for web developers and testers

¿Qué es Dev Playground?

Dev Playground es una extensión de Chrome desarrollada por Deepak Verma, y su función principal es "This extension serves various purposes for web developers and testers".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Dev Playground

Descarga archivos de extensión Dev Playground en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Few features are as follows:

1. Look up for Web Elements which has ID's, Classes etc and highlight them on the web page itself.
2. Plugin has the ability to search for any user defined attributes and highlight them.
3. Feature to search for specific element with specific arguments and their values.
4. Plugin has ability to play with CSS like enabling, disabling them and even can show the list of style sheets present on the page.
5. Here we have the functionality to enable / disable cookies and even setting and remove cookies through the plugin itself.
6. Through the tool we can search for the JS files present on the page and show them on the plugin itself.
7. Last but not the least for the first release of this extension ie. verification of secure content.

A lot more will come in future and I hope you all will like it and find it very handy. Feedback would be highly appreciated.                    

Información Básica de la Extensión

Nombre Dev Playground Dev Playground
ID pmlhijejgofpdhiicgngoljclggpmfna
URL Oficial https://chromewebstore.google.com/detail/dev-playground/pmlhijejgofpdhiicgngoljclggpmfna
Descripción This extension serves various purposes for web developers and testers
Tamaño del Archivo 288 KB
Cantidad de Instalaciones 584
Versión Actual 6.18.07.1
Última Actualización 2018-07-29
Fecha de Publicación 2018-07-29
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Deepak Verma
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://automationprofessional.wordpress.com/2016/05/19/devplayground-chrome-extension/
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dev Playground",
    "short_name": "Dev Playground",
    "description": "This extension serves various purposes for web developers and testers",
    "version": "6.18.07.1",
    "permissions": [
        "tabs",
        "",
        "notifications"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "JS\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "Img\/DevPlayground.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "Img\/DevPlayground.png"
    }
}