DesignPicker - Color Picker & Font Detector Firefox

Examine source code of DesignPicker - Color Picker & Font Detector

By: Ahey Add-on
Inspect and view changes in DesignPicker - Color Picker & Font Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DesignPicker - Color Picker & Font Detector",
  "description": "A smart developer tool that supports color picking and font detecting, making develop design easier.",
  "version": "1.8.6",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "https://design-picker.yisi.app/*"
  ],
  "default_locale": "en",
  "content_security_policy": "script-src 'self'; object-src 'self'; connect-src 'self' https://design-picker.yisi.app; frame-src 'none'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{0a8b60ad-c7af-40d5-aaad-b08f08249e74}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "DesignPicker",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best DesignPicker - Color Picker & Font Detector Alternatives

Here are some Firefox add-ons that are similar to DesignPicker - Color Picker & Font Detector: