Dev Playground

This extension serves various purposes for web developers and testers

Qu'est-ce que Dev Playground ?

Dev Playground est une extension Chrome développée par Deepak Verma, et sa fonction principale est "This extension serves various purposes for web developers and testers".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dev Playground

Téléchargez les fichiers d'extension Dev Playground au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Dev Playground Dev Playground
ID pmlhijejgofpdhiicgngoljclggpmfna
URL Officiel https://chromewebstore.google.com/detail/dev-playground/pmlhijejgofpdhiicgngoljclggpmfna
Description This extension serves various purposes for web developers and testers
Taille du Fichier 288 KB
Nombre d'Installations 584
Version Actuelle 6.18.07.1
Dernière Mise à Jour 2018-07-29
Date de Publication 2018-07-29
Évaluation 5.00/5 Total 2 Évaluations
Développeur Deepak Verma
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://automationprofessional.wordpress.com/2016/05/19/devplayground-chrome-extension/
Langues Prises en Charge 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"
    }
}