SelectorGadget

Easy, powerful CSS Selector generation.

什麼是SelectorGadget?

SelectorGadget是由https://selectorgadget.com開發的Chrome擴展程式,該擴展的主要功能是“Easy, powerful CSS Selector generation.”。

擴展截圖

screenshot

下載SelectorGadget擴展crx文件

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

擴展使用說明

                        Selector Gadget is an open source Chrome Extension that makes CSS selector generation and discovery on complicated sites a breeze.

After having installed the extension, go to any page and launch it. A box will open in the bottom right of the website. Click on a page element that you would like your selector to match (it will turn green). SelectorGadget will then generate a minimal CSS selector for that element, and will highlight (yellow) everything that is matched by the selector. Now click on a highlighted element to remove it from the selector (red), or click on an unhighlighted element to add it to the selector. Through this process of selection and rejection, SelectorGadget helps you come up with the perfect CSS selector for your needs.

There is a tutorial video and a bookmarklet version available at https://selectorgadget.com                    

擴展基本資訊

名稱 SelectorGadget SelectorGadget
ID mhjhnkcfbdhnjickkkdbjoemdmbfginb
官方網址 https://chromewebstore.google.com/detail/selectorgadget/mhjhnkcfbdhnjickkkdbjoemdmbfginb
簡介 Easy, powerful CSS Selector generation.
檔案大小 86.66 KB
安裝次數 202,700
目前版本 1.2.0
更新時間 2022-08-03
上架時間 2020-05-18
評分 4.51/5 共 105 次評分
開發者 https://selectorgadget.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://selectorgadget.com
說明頁面URL https://github.com/cantino/selectorgadget
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "name": "SelectorGadget",
    "homepage_url": "http:\/\/selectorgadget.com",
    "description": "Easy, powerful CSS Selector generation.",
    "version": "1.2.0",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "19": "icons\/action19x19.png",
            "38": "icons\/action38x38.png"
        },
        "default_title": "SelectorGadget"
    }
}