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
官方網址 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"
    }
}