最好的二维码生成器(简洁、高效、免费),Google Chrome 可用,国内官方可下载. A Chromium Extension to show the QRcode of the link.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Best QRcode(快速生æˆäºŒç»´ç )",
"version": "6.1.3",
"manifest_version": 2,
"description": "最好的二维ç 生æˆå™¨(简æ´ã€é«˜æ•ˆã€å…è´¹),Google Chrome å¯ç”¨ï¼Œå›½å†…官方å¯ä¸‹è½½. A Chromium Extension to show the QRcode of the link.",
"icons": {
"16": "icons/qrcode-16x16.png",
"32": "icons/qrcode-32x32.png",
"48": "icons/qrcode-48x48.png",
"128": "icons/qrcode-128x128.png"
},
"offline_enabled": true,
"browser_action": {
"default_popup": "/index.html"
},
"permissions": [
"tabs",
"contextMenus",
"file://*/*",
"http://*/*",
"https://*/*"
],
"background": {
"scripts": [
"/umi.js",
"/pubAssets/qrmenu/newdecoder.js",
"/pubAssets/qrmenu/menus.js",
"/pubAssets/fanyi/options.js",
"/pubAssets/fanyi/background.js"
]
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"/pubAssets/fanyi/speech.js",
"/pubAssets/fanyi/lookup.js"
]
}
],
"web_accessible_resources": [
"/pubAssets/fanyi/ydd-sprite.png",
"/pubAssets/fanyi/sound.png"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}