Quico 快码 QR Code Generator 二维码生成器插件

Quico 快码 QR Code Generator 二维码生成器插件

Productive QR Code Generator with efficiency and elegance, just feeling it on the fly. More than a QR code generator.快码二维,疾行如风。

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Quico 快码 QR Code Generator 二维码生成器插件",
  "version": "1.3.4",
  "description": "Productive QR Code Generator with efficiency and elegance, just feeling it on the fly. More than a QR code generator.快码二维,疾行如风。",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "bookmarks",
    "contextMenus"
  ],
  "omnibox": {
    "keyword": "quico"
  },
  "options_page": "html/main.html",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_title": "Quico 二维码生成器",
    "default_popup": "html/popup.html"
  }
}