SIMP XML

Extensão da Simp Para XML
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.0.1",
  "name": "SIMP XML",
  "description": "Extensão da Simp Para XML",
  "author": "Maurício de Castro Pasquotto - SIMP",
  "browser_action": {
    "default_title": "Simp XML",
    "default_popup": "index.html",
    "default_icon": "box.png"
  },
  "permissions": [
    "tabs",
    "*://*.nfe.fazenda.gov.br/*",
    "*://alfa/*",
    "*://*.simpbox.com.br/*",
    "*://*.s1mp.net/*",
    "storage"
  ]
}