QR code generator
speedy generate QR code for page address, image/audio/video url, mobile phone can scan directly
What is QR code generator?
QR code generator is a Chrome extension developed by oksuluf, and its main feature is "speedy generate QR code for page address, image/audio/video url, mobile phone can scan directly".
Extension Screenshots
Download QR code generator Extension CRX File
Download QR code generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
便捷生成当前页面、图片、视频、音频网址的二维码,手机直接扫描就可以浏览
Extension Basic Information
Name | QR code generator |
ID | akfdjbkhbplepmhekgpcgdipgobjfhef |
Official URL | https://chromewebstore.google.com/detail/qr-code-generator/akfdjbkhbplepmhekgpcgdipgobjfhef |
Description | speedy generate QR code for page address, image/audio/video url, mobile phone can scan directly |
File Size | 362 KB |
Installation Count | 363 |
Current Version | 1.0.0.1002 |
Last Updated | 2021-05-14 |
Publish Date | 2017-02-26 |
Developer | oksuluf |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.toptopn.com/privacy.html |
Supported Languages | en,zh-CN,zh-TW,ja |
manifest.json | |
{ "version": "1.0.0.1002", "manifest_version": 2, "minimum_chrome_version": "18.0.0.0", "default_locale": "zh_CN", "name": "__MSG_default_title__", "description": "__MSG_description__", "icons": { "16": "img\/19.png", "19": "img\/19.png", "48": "img\/48.png", "128": "img\/128.png" }, "background": { "page": "bg.html" }, "browser_action": { "default_icon": "img\/19.png", "default_popup": "pop.html" }, "content_scripts": [ { "css": [ "css\/content.css" ], "js": [ "js\/content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "web_accessible_resources": [ "pop.html" ], "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |