By: Joelmmm
Inspect and view changes in aQRate source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "aQRate",
"version": "1.0",
"description": "Get the current URL as a QR code or HTML tag.",
"homepage_url": "https://github.com/Joelmmm/aQRate.git",
"icons": {
"32": "icons/qr-32.png",
"48": "icons/qr-48.png"
},
"permissions": [
"activeTab",
"tabs",
"storage"
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"background": {
"scripts": [
"./background.js"
]
},
"browser_action": {
"default_icon": "icons/qr-32.png",
"default_title": "aQRate",
"default_popup": "aQRate.html"
}
} Best aQRate Alternatives
Here are some Firefox add-ons that are similar to aQRate: