Easy QR-Code Generator
Make QR Codes from the Current Tab or specified URL.
Vad är Easy QR-Code Generator?
Easy QR-Code Generator är en Chrome-tillägg utvecklad av Benjamin Klein, och dess huvudfunktion är "Make QR Codes from the Current Tab or specified URL.".
Ladda ner Easy QR-Code Generator-förlängningens CRX-fil
Ladda ner Easy QR-Code Generator-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
Easy SVG QR-Code Generator With this extension you quickly and easily create a QR code. Enter a URL or Text on your own or use the url from the current tab. Download the QR-Code directly to your file system. Save as SVG Save as PNG - No Extra Page loading. - No Ads.
Grundläggande Information om Tillägg
Namn | |
ID | fjoekbgbgapgnppnlanicmnlfpfgbelo |
Officiell webbadress | https://chrome.google.com/webstore/detail/easy-qr-code-generator/fjoekbgbgapgnppnlanicmnlfpfgbelo |
Beskrivning | Make QR Codes from the Current Tab or specified URL. |
Filstorlek | 108 KB |
Antal Installationer | 117 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2014-04-28 |
Publiceringsdatum | 2014-04-28 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Benjamin Klein |
Betalningssätt | free |
Hjälpsida URL | http://touchdata.net |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy QR-Code Generator", "description": "Make QR Codes from the Current Tab or specified URL.", "version": "1.0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "request.html" }, "icons": { "128": "icon_128.png" }, "permissions": [ "tabs", "downloads" ], "offline_enabled": false, "short_name": "QR-Code Gen" } |