QrURL
create a qrcode from an url
Vad är QrURL?
QrURL är en Chrome-tillägg utvecklad av https://qrurl.it, och dess huvudfunktion är "create a qrcode from an url".
Tilläggsskärmbilder
Ladda ner QrURL-förlängningens CRX-fil
Ladda ner QrURL-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
A QR code (abbreviated from Quick Response code) is a type of matrix barcode (or two-dimensional code) designed to be read by smartphones. Using QRUrl you can translate any literal URI to a QR code and then use it to share your site in the physical world. Grundläggande Information om Tillägg
| Namn | |
| ID | ckcagfpjgmmncmkgdilpjbkleijonafi |
| Officiell webbadress | https://chromewebstore.google.com/detail/qrurl/ckcagfpjgmmncmkgdilpjbkleijonafi |
| Beskrivning | create a qrcode from an url |
| Filstorlek | 14.45 KB |
| Antal Installationer | 115 |
| Aktuell Version | 0.4.3 |
| Senast Uppdaterad | 2017-09-28 |
| Publiceringsdatum | 2017-09-28 |
| Utvecklare | https://qrurl.it |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://qrurl.it |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "QrURL",
"version": "0.4.3",
"description": "create a qrcode from an url",
"background_page": "background.html",
"browser_action": {
"default_icon": "icon-128.png",
"popup": "popup.html"
},
"homepage_url": "http:\/\/qrurl.it",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |