Dev Playground

This extension serves various purposes for web developers and testers

什么是Dev Playground?

Dev Playground是由Deepak Verma开发的Chrome扩展程序,该扩展的主要功能是“This extension serves various purposes for web developers and testers”。

扩展截图

screenshot

下载Dev Playground扩展crx文件

下载Dev Playground扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Dev Playground Dev Playground
ID pmlhijejgofpdhiicgngoljclggpmfna
官方URL https://chromewebstore.google.com/detail/dev-playground/pmlhijejgofpdhiicgngoljclggpmfna
简介 This extension serves various purposes for web developers and testers
文件大小 288 KB
安装次数 584
当前版本 6.18.07.1
更新时间 2018-07-29
上架时间 2018-07-29
评分 5.00/5 共2次评分
开发者 Deepak Verma
电子邮箱 [email protected]
付费类型 free
扩展官网 https://automationprofessional.wordpress.com/2016/05/19/devplayground-chrome-extension/
支持的语言 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"
    }
}