Dev Playground

This extension serves various purposes for web developers and testers

Τι είναι το Dev Playground;

Το Dev Playground είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Deepak Verma, και η κύρια λειτουργία του είναι "This extension serves various purposes for web developers and testers".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Dev Playground

Λήψη αρχείων επέκτασης 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"
    }
}