Dev Playground

This extension serves various purposes for web developers and testers

Co je Dev Playground?

Dev Playground je rozšíření Chrome vyvinuté Deepak Verma, a jeho hlavní funkcí je „This extension serves various purposes for web developers and testers“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Dev Playground

Stáhněte si soubory rozšíření Dev Playground ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Dev Playground Dev Playground
ID pmlhijejgofpdhiicgngoljclggpmfna
Oficiální URL https://chromewebstore.google.com/detail/dev-playground/pmlhijejgofpdhiicgngoljclggpmfna
Popis This extension serves various purposes for web developers and testers
Velikost souboru 288 KB
Počet instalací 584
Aktuální Verze 6.18.07.1
Poslední Aktualizace 2018-07-29
Datum Vydání 2018-07-29
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Deepak Verma
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://automationprofessional.wordpress.com/2016/05/19/devplayground-chrome-extension/
Podporované Jazyky 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"
    }
}