QRcode tool

QRcode tool

一个简洁的二维码生成工具,简单实用,小巧玲珑。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "QRcode tool",
  "version": "0.1",
  "description": "一个简洁的二维码生成工具,简单实用,小巧玲珑。",
  "icons": {
    "16": "images/qr_16x16.png",
    "48": "images/qr_48x48.png",
    "128": "images/qr_128x128.png"
  },
  "options_page": "options.html",
  "browser_action": {
    "default_popup": "popup.html",
    "default_titlec": "QRcode tool",
    "default_icon": {
      "16": "images/qr_16x16.png"
    }
  },
  "permissions": [
    "tabs"
  ],
  "author": "[email protected]",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}