Smart QRCode
Smart QRCode
Vad är Smart QRCode?
Smart QRCode är en Chrome-tillägg utvecklad av ethan, och dess huvudfunktion är "Smart QRCode".
Tilläggsskärmbilder
Ladda ner Smart QRCode-förlängningens CRX-fil
Ladda ner Smart QRCode-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
Generates a QR Code from the Page URL of the current tab or Custom Texts with a single click. Additional options: * Five different QR code dimensions are supported, currently 220px, 380px, 512px, 800px and 1024px are supported. Right click the generated QR image and choose "Save Image As.." to save image locally and then you'll see the difference. * You can specify an icon image which will be drawed in the center of the QR code. Both online image and local image file are supported. (*Due to online image server's cross origin settings, some online images may not work)
Grundläggande Information om Tillägg
Namn | Smart QRCode |
ID | bpneiabdnfmenainoficenddegfhgedo |
Officiell webbadress | https://chromewebstore.google.com/detail/smart-qrcode/bpneiabdnfmenainoficenddegfhgedo |
Beskrivning | Smart QRCode |
Filstorlek | 25.63 KB |
Antal Installationer | 125 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-12-03 |
Publiceringsdatum | 2016-12-02 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | ethan |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart QRCode", "description": "Smart QRCode", "version": "1.0", "author": "Ethan", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |