Screen QR Reader
Read the QR code on the screen.
Vad är Screen QR Reader?
Screen QR Reader är en Chrome-tillägg utvecklad av tk0111, och dess huvudfunktion är "Read the QR code on the screen.".
Tilläggsskärmbilder
Ladda ner Screen QR Reader-förlängningens CRX-fil
Ladda ner Screen QR 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
You can read a QR code from an entire screen, window, or Chrome tab to open a web page. It is as simple as clicking the extension icon and selecting the window, etc. that contains the QR code. Features - QR Codes outside the browser can also be scanned. - Simple operation with no confusion
Grundläggande Information om Tillägg
Namn | Screen QR Reader |
ID | ekoaehpknadfoaolagjfdefeopkhfhln |
Officiell webbadress | https://chromewebstore.google.com/detail/screen-qr-reader/ekoaehpknadfoaolagjfdefeopkhfhln |
Beskrivning | Read the QR code on the screen. |
Filstorlek | 131 KB |
Antal Installationer | 3,000 |
Aktuell Version | 0.1.2 |
Senast Uppdaterad | 2023-01-31 |
Publiceringsdatum | 2023-01-28 |
Betyg | 3.40/5 Totalt 5 Betyg |
Utvecklare | tk0111 |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://tkobayashi0111.github.io/webext-privacy-policy |
Stödda Språk | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Screen QR Reader", "default_locale": "en", "description": "__MSG_Description__", "version": "0.1.2", "version_name": "0.1.2", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "src\/popup\/popup.html" }, "options_ui": { "page": "src\/options\/options.html", "open_in_tab": true }, "permissions": [ "storage" ] } |