CSS Selector Selector

Build CSS selector for any element. Intended for use with Selenium, but works very well for building CSS or jQuery selectors

Cos'è CSS Selector Selector?

CSS Selector Selector è un'estensione di Chrome sviluppata da 91dave, e la sua funzione principale è "Build CSS selector for any element. Intended for use with Selenium, but works very well for building CSS or jQuery selectors".

Scarica il file CRX dell'estensione CSS Selector Selector

Scarica i file di estensione CSS Selector Selector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Hit Alt+Q to activate the extension.                    

Informazioni di Base sull'Estensione

Nome CSS Selector Selector CSS Selector Selector
ID geclddjihhoihkcfcjpfhgaflodbemeo
URL Ufficiale https://chrome.google.com/webstore/detail/css-selector-selector/geclddjihhoihkcfcjpfhgaflodbemeo
Descrizione Build CSS selector for any element. Intended for use with Selenium, but works very well for building CSS or jQuery selectors
Dimensione del File 42.72 KB
Conteggio Installazioni 45
Versione Corrente 0.4
Ultimo Aggiornamento 2016-02-25
Data di Pubblicazione 2016-02-25
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore 91dave
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "sss.css"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "sss.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Build CSS selector for any element. Intended for use with Selenium, but works very well for building CSS or jQuery selectors",
    "icons": {
        "48": "pointer.png"
    },
    "manifest_version": 2,
    "name": "CSS Selector Selector",
    "version": "0.4"
}