Dev Playground

This extension serves various purposes for web developers and testers

Dev Playground là gì?

Dev Playground là một tiện ích mở rộng Chrome được phát triển bởi Deepak Verma, và tính năng chính của nó là "This extension serves various purposes for web developers and testers".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dev Playground

Tải xuống các tệp mở rộng Dev Playground dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dev Playground Dev Playground
ID pmlhijejgofpdhiicgngoljclggpmfna
URL Chính Thức https://chromewebstore.google.com/detail/dev-playground/pmlhijejgofpdhiicgngoljclggpmfna
Mô tả This extension serves various purposes for web developers and testers
Kích Thước Tệp 288 KB
Số Lần Cài Đặt 584
Phiên Bản Hiện Tại 6.18.07.1
Cập Nhật Lần Cuối 2018-07-29
Ngày Phát Hành 2018-07-29
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Deepak Verma
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://automationprofessional.wordpress.com/2016/05/19/devplayground-chrome-extension/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}