QrCode Website address generator
Generate QrCode from website address
What is QrCode Website address generator?
QrCode Website address generator is a Chrome extension developed by https://phambinh.net, and its main feature is "Generate QrCode from website address".
Extension Screenshots
Download QrCode Website address generator Extension CRX File
Download QrCode Website address 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
The tool encode website URL to QrCode.
Extension Basic Information
Name | QrCode Website address generator |
ID | ckodbcemalceljcgbhooppajgjhcfkdb |
Official URL | https://chromewebstore.google.com/detail/qrcode-website-address-ge/ckodbcemalceljcgbhooppajgjhcfkdb |
Description | Generate QrCode from website address |
File Size | 260 KB |
Installation Count | 72 |
Current Version | 1.0 |
Last Updated | 2019-10-09 |
Publish Date | 2019-10-08 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://phambinh.net |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QrCode Website address generator", "description": "Generate QrCode from website address", "version": "1.0", "browser_action": { "default_icon": "logo.png", "default_popup": "index.html" }, "permissions": [ "tabs" ], "manifest_version": 2 } |