Text to Image

Text to Image

Provides an easy way to create image out of texts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Text to Image",
  "description": "Provides an easy way to create image out of texts.",
  "version": "1.0.1",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Make an image out of my text!"
  },
  "icons": {
    "100": "icon.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}