CSS Selector Firefox

Examine source code of CSS Selector

By: uzak
Inspect and view changes in CSS Selector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CSS Selector",
  "version": "1.0",
  "description": "右クリックした要素のCSSセレクタをコピーします",
  "permissions": [
    "contextMenus",
    "activeTab",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "kazuki175209@gmail.com"
    }
  }
}

Best CSS Selector Alternatives

Here are some Firefox add-ons that are similar to CSS Selector: