CSS Selector Selector

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

什么是CSS Selector Selector?

CSS Selector Selector是由91dave开发的Chrome扩展程序,该扩展的主要功能是“Build CSS selector for any element. Intended for use with Selenium, but works very well for building CSS or jQuery selectors”。

下载CSS Selector Selector扩展crx文件

下载CSS Selector Selector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Hit Alt+Q to activate the extension.                    

扩展基本信息

名称 CSS Selector Selector CSS Selector Selector
ID geclddjihhoihkcfcjpfhgaflodbemeo
官方URL https://chrome.google.com/webstore/detail/css-selector-selector/geclddjihhoihkcfcjpfhgaflodbemeo
简介 Build CSS selector for any element. Intended for use with Selenium, but works very well for building CSS or jQuery selectors
文件大小 42.72 KB
安装次数 45
当前版本 0.4
更新时间 2016-02-25
上架时间 2016-02-25
评分 1.00/5 共2次评分
开发者 91dave
付费类型 free
支持的语言 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"
}