HTML & CSS Extractor - CSS Picker Firefox

Examine source code of HTML & CSS Extractor - CSS Picker

By: Josh L
Inspect and view changes in HTML & CSS Extractor - CSS Picker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_manifest_name__",
  "version": "2.0.1",
  "description": "__MSG_manifest_description__",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_popup": "src/popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "__MSG_action_default_title__"
  },
  "background": {
    "scripts": [
      "src/background/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/utils/browser-polyfill.js",
        "src/utils/clipboard.js",
        "src/utils/cssExtractor.js",
        "src/utils/pseudoExtractor.js",
        "src/utils/mediaQueryParser.js",
        "src/utils/tailwindConverter.js",
        "src/utils/cssOptimizer.js",
        "src/utils/formatter.js",
        "src/content/content.js"
      ],
      "css": [
        "src/content/overlay.css"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "storage",
    "contextMenus",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "html-style-picker@extension",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best HTML & CSS Extractor - CSS Picker Alternatives

Here are some Firefox add-ons that are similar to HTML & CSS Extractor - CSS Picker: