Netlify Quick QR
Automatically generates a QR code for your project on the Netlify overview page.
What is Netlify Quick QR?
Netlify Quick QR is a Chrome extension developed by https://defaced.dev, and its main feature is "Automatically generates a QR code for your project on the Netlify overview page.".
Extension Screenshots
Download Netlify Quick QR Extension CRX File
Download Netlify Quick QR 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
Install this Chrome extension to quickly generate a QR code for any project.
Extension Basic Information
Name | Netlify Quick QR |
ID | cgiflfnkfecjmmfkjlmmcdbjklibgpbi |
Official URL | https://chromewebstore.google.com/detail/netlify-quick-qr/cgiflfnkfecjmmfkjlmmcdbjklibgpbi |
Description | Automatically generates a QR code for your project on the Netlify overview page. |
File Size | 50.8 KB |
Installation Count | 59 |
Current Version | 0.2.0 |
Last Updated | 2023-05-05 |
Publish Date | 2020-09-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://defaced.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/workeffortwaste/netlify-quick-qr |
Help Page URL | https://github.com/workeffortwaste/netlify-quick-qr |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netlify Quick QR", "version": "0.2.0", "description": "Automatically generates a QR code for your project on the Netlify overview page.", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/app.netlify.com\/*" ], "js": [ "qrcode.min.js", "script.js" ] } ] } |