ABBAdata CSS Selector Finder

Easy, powerful, and interactive way to find unique CSS selectors for any DOM element.

什麼是ABBAdata CSS Selector Finder?

ABBAdata CSS Selector Finder是由https://abbadata.com開發的Chrome擴展程式,該擴展的主要功能是“Easy, powerful, and interactive way to find unique CSS selectors for any DOM element.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載ABBAdata CSS Selector Finder擴展crx文件

下載ABBAdata CSS Selector Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Find unique CSS Selectors on any page element using a control panel that constantly updates as elements are clicked on.

Contains the following features:
- Highly customizable CSS selector generation:
  - Enable/Disable IDs, class names, tag names
  - Filter out specific IDs, class names, tag names
  - Use specific attributes and/or attribute values
  - Use alternate selector root elements

-  Easy interface for testing arbitrary CSS selectors and seeing all matched elements get highlighted, as well as getting a total count of matched elements

- Easy navigation through DOM tree using alternate navigation feature. This enabled non-displayed elements to be selected                    

擴展基本資訊

名稱 ABBAdata CSS Selector Finder ABBAdata CSS Selector Finder
ID mjbofijjejpdldklldknobfegdjmmlbc
官方網址 https://chromewebstore.google.com/detail/abbadata-css-selector-fin/mjbofijjejpdldklldknobfegdjmmlbc
簡介 Easy, powerful, and interactive way to find unique CSS selectors for any DOM element.
檔案大小 336 KB
安裝次數 484
目前版本 0.1
更新時間 2020-12-12
上架時間 2020-06-02
評分 5.00/5 共 2 次評分
開發者 https://abbadata.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://abbadata.com/selector_finder.html
說明頁面URL https://github.com/abbadata/css_selector_finder/issues
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "CSS Selector Finder",
    "name": "ABBAdata CSS Selector Finder",
    "version": "0.1",
    "description": "Easy, powerful, and interactive way to find unique CSS selectors for any DOM element.",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "background": {
        "scripts": [
            "\/static\/js\/background\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "ABBAdata CSS Selector Finder",
        "default_popup": "\/popup.html"
    },
    "icons": {
        "16": "\/images\/abba16.png",
        "48": "\/images\/abba48.png",
        "128": "\/images\/abba128.png"
    },
    "web_accessible_resources": [
        "\/static\/js\/content.css",
        "\/static\/js\/content.js.map"
    ]
}