Random HTML Tags

Random HTML Tags

This extension shows a random HTML tag every time a new tab is opened

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Random HTML Tags",
  "description": "This extension shows a random HTML tag every time a new tab is opened",
  "version": "1.3",
  "author": "Alin Rauta",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Click here!"
  },
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}