Selection Colors Firefox

Examine source code of Selection Colors

Par : Robustus Add-on
Inspect and view changes in Selection Colors source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Selection Colors",
  "short_name": "Selection Colors",
  "description": "Change the font color and background color of selected text.",
  "author": "Robustus",
  "icons": {
    "16": "/assets/icon16.png",
    "32": "/assets/icon32.png",
    "48": "/assets/icon48.png",
    "128": "/assets/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "selection-colors@robustus.gitlab.io",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "version": "4.0",
  "action": {
    "default_icon": "/assets/icon128.png",
    "default_popup": "/options/options.html#popup"
  },
  "options_ui": {
    "page": "/options/options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "/content.js"
      ]
    }
  ]
}

Meilleures alternatives Selection Colors

Voici quelques Firefox add-ons qui sont similaires à Selection Colors :