CSS Selector Selector

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

What is CSS Selector Selector?

CSS Selector Selector is a Chrome extension developed by 91dave, and its main feature is "Build CSS selector for any element. Intended for use with Selenium, but works very well for building CSS or jQuery selectors".

Download CSS Selector Selector Extension CRX File

Download CSS Selector Selector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Hit Alt+Q to activate the extension.                    

Extension Basic Information

Name CSS Selector Selector CSS Selector Selector
ID geclddjihhoihkcfcjpfhgaflodbemeo
Official URL https://chrome.google.com/webstore/detail/css-selector-selector/geclddjihhoihkcfcjpfhgaflodbemeo
Description Build CSS selector for any element. Intended for use with Selenium, but works very well for building CSS or jQuery selectors
File Size 42.72 KB
Installation Count 45
Current Version 0.4
Last Updated 2016-02-25
Publish Date 2016-02-25
Rating 1.00/5 Total 2 Ratings
Developer 91dave
Payment Type free
Supported Languages 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"
}