Texmage

Texmage

This extension can create texmages from the images on a webpage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Texmage",
  "description": "This extension can create texmages from the images on a webpage",
  "version": "1.2.10",
  "browser_action": {
    "default_icon": "icon128.png"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "https://texmage.com/",
    "activeTab",
    "https://ajax.googleapis.com/"
  ],
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ],
    "css": [
      "style.css",
      "stylen.css",
      "nprogress.css"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "boldex.png",
    "index.html",
    "js/botcanvasgo.js",
    "opacity_enable.png",
    "mail_texmage.png",
    "scaledrone.min.js",
    "loading_dots.gif",
    "upload_texmage.png",
    "opacity_disable.png",
    "drag_drop.png",
    "bold_texmage.png",
    "italic_texmage.png",
    "fontcex.png",
    "insertex.png",
    "diaryex.png",
    "fontroamex.png",
    "logo32.png",
    "shareex.png",
    "tagex.png",
    "websdex.png",
    "logo.png",
    "html2canvas.js",
    "fontlargesmallex.png",
    "backgroundcolorex.png",
    "aligncenterex.png",
    "alignex.png",
    "animateripple.gif",
    "alignrightex.png",
    "createvideoex.png",
    "backgroundcolor.png",
    "style.css",
    "stylen.css",
    "jquery.guillotine.css",
    "alignright.png",
    "nprogress.css",
    "aligncenter.png",
    "closemark,png",
    "checkmark,png",
    "noise.png",
    "addtexmage.png",
    "addaudio.png",
    "[email protected]",
    "[email protected]",
    "[email protected]",
    "[email protected]",
    "[email protected]",
    "[email protected]",
    "[email protected]",
    "[email protected]",
    "[email protected]",
    "[email protected]",
    "jquery.js",
    "[email protected]",
    "[email protected]",
    "[email protected]",
    "[email protected]",
    "extens.js",
    "logo16.png",
    "content_script.js",
    "icon16.png",
    "icon48.png",
    "icon128.png",
    "checkmark.png"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery.js",
        "content_script.js"
      ]
    }
  ]
}