smart-preview Firefox

Examine source code of smart-preview

By: XiCheng
Inspect and view changes in smart-preview source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "smart-preview",
  "description": "",
  "version": "1.0.6",
  "icons": {
    "512": "icon/512.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "page_action": {},
  "default_locale": "zh",
  "browser_specific_settings": {
    "gecko": {
      "id": "xichenglzp1231231231231@firefox.com"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Smart Preview",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "content-scripts/content.css"
  ]
}

Best smart-preview Alternatives

Here are some Firefox add-ons that are similar to smart-preview: