tinyUtils

tinyUtils

Gives developers access to useful tools. Like highlighting elements of the DOM to show eventual displaying errors, or preventing…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": "icon-128.png",
    "default_title": "tinyUtils"
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 3,
  "name": "tinyUtils",
  "permissions": [
    "activeTab",
    "scripting",
    "contextMenus"
  ],
  "version": "1.7.0"
}