Font Changer

Font Changer

Change any page font instantly with a simple click, choose from a list of over 800 different fonts.

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Font Changer",
  "version": "1.1",
  "description": "Change the page font instantly with a simple click from a list of over 800 different fonts. ",
  "icons": {
    "48": "icons/font-48.png",
    "96": "icons/font-96.png"
  },
  "permissions": [
    "activeTab"
  ],
  "applications": {
    "gecko": {
      "id": "fontchanger@hareblounes.com"
    }
  },
  "browser_action": {
    "default_icon": "icons/font-32.png",
    "default_title": "Font Changer",
    "default_popup": "popup/font_changer.html"
  }
}