CSS Selector Helper
Dev Tools sidebar that aids finding unique CSS selectors for Selenium WebDriver tests.
什麼是CSS Selector Helper?
CSS Selector Helper是由jlawrence6809開發的Chrome擴展程式,該擴展的主要功能是“Dev Tools sidebar that aids finding unique CSS selectors for Selenium WebDriver tests.”。
擴展截圖
下載CSS Selector Helper擴展crx文件
下載CSS Selector Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
CSS Selector Helper makes finding the right CSS selector on a web page much quicker and easier than digging through the HTML. Unlike other tools meant to help you locate CSS selectors, this extension allows you to choose the selectors manually, so that they can match up better with the structure of the page as it was designed.
擴展基本資訊
名稱 | CSS Selector Helper |
ID | gddgceinofapfodcekopkjjelkbjodin |
官方網址 | https://chromewebstore.google.com/detail/css-selector-helper/gddgceinofapfodcekopkjjelkbjodin |
簡介 | Dev Tools sidebar that aids finding unique CSS selectors for Selenium WebDriver tests. |
檔案大小 | 91.27 KB |
安裝次數 | 20,000 |
目前版本 | 2.0.2 |
更新時間 | 2022-06-03 |
上架時間 | 2019-05-17 |
評分 | 3.74/5 共 53 次評分 |
開發者 | jlawrence6809 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CSS Selector Helper", "description": "Dev Tools sidebar that aids finding unique CSS selectors for Selenium WebDriver tests.", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoyUSrNiwCi+AiMexv4YruM+sxVy6SUIlmpNrZjjLNFuzDbdWBH3C6etj\/rkv5Nvz2tlhVtliukxEaaA6vRrDeig1sxIyXNg5csIpKxV1gEoDWMbuMKVfCt9MityjWWADY56LN4hG22B5YdDwDq0Mx2ty93YxVfSgrxma5HtGH1q+MhgFsVcOB3MLM17lwNTZ6e6J8BXOWK0oOs5idxZBVhSxm6jz2\/lt7ISVSkWF4VKZCumxJQJ3WxyiQ+iI9c8KJ4IGPjuz7nNYDQPVSGwf3KQvrFvr5tYOcIE9jG1XaitweHAPymAzoUAUMKTq7qm2Z\/UJ7EHdtyt0hm+A3sx1mQIDAQAB", "version": "2.0.2", "devtools_page": "devtools.html", "action": { "default_popup": "popup.html", "default_title": "Open the popup" }, "content_security_policy": { "devtools_page": "script-src 'self' 'unsafe-eval'; object-src 'self'" }, "permissions": [], "host_permissions": [ "*:\/\/*\/*" ], "icons": { "128": "icon_128.png" } } |