QR Code Reader
A chrome extension for reading QR code from webpage.
Vad är QR Code Reader?
QR Code Reader är en Chrome-tillägg utvecklad av Ayaan Ahmad, och dess huvudfunktion är "A chrome extension for reading QR code from webpage.".
Tilläggsskärmbilder
Ladda ner QR Code Reader-förlängningens CRX-fil
Ladda ner QR Code Reader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Get the link to the QR Code shown on any web page.
To use just open extension or use 'Command/Ctrl+Shift+F' shortcut to read QR code on current tab.
Yes it is that easy.
Some notable Issues:
Unable to read QR code if it is not clear on a webpage.
Cannot read multiple QR code. Grundläggande Information om Tillägg
| Namn | |
| ID | ogidhdapceihieacnnopijooamfceepd |
| Officiell webbadress | https://chromewebstore.google.com/detail/qr-code-reader/ogidhdapceihieacnnopijooamfceepd |
| Beskrivning | A chrome extension for reading QR code from webpage. |
| Filstorlek | 98.24 KB |
| Antal Installationer | 4,189 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2022-10-20 |
| Publiceringsdatum | 2022-08-09 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Ayaan Ahmad |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "QR Code Reader",
"description": "A chrome extension for reading QR code from webpage.",
"version": "1.0.2",
"action": {
"default_popup": "dist\/popup.html"
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"permissions": [
"activeTab"
],
"manifest_version": 3,
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "Command+Shift+F"
},
"description": ""
}
}
} | |