QR anything
Generate QR of anything instantly. Just right click and generate QR of images and links.
Vad är QR anything?
QR anything är en Chrome-tillägg utvecklad av https://moin.im, och dess huvudfunktion är "Generate QR of anything instantly. Just right click and generate QR of images and links.".
Tilläggsskärmbilder
Ladda ner QR anything-förlängningens CRX-fil
Ladda ner QR anything-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 light-weight extension to create QR codes of anything. It generates the QR instantly.
Currently supports:
- Links
- Text
- Images
Just right click on whatever you need the QR for and select 'QR this'. You'll see the QR right away.
Change log
v 0.6.1:
Added Android app link
v 0.6:
Optimised for performance
v0.5.1:
- 'right-click' save option for QR image.
- Developers: 64base code available                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | dpcobhfdocjilgmfdbigakbkkfjclmcl | 
| Officiell webbadress | https://chromewebstore.google.com/detail/qr-anything/dpcobhfdocjilgmfdbigakbkkfjclmcl | 
| Beskrivning | Generate QR of anything instantly. Just right click and generate QR of images and links. | 
| Filstorlek | 52.87 KB | 
| Antal Installationer | 593 | 
| Aktuell Version | 0.6.1 | 
| Senast Uppdaterad | 2016-02-06 | 
| Publiceringsdatum | 2016-02-06 | 
| Betyg | 4.60/5 Totalt 10 Betyg | 
| Utvecklare | https://moin.im | 
| Betalningssätt | free | 
| Stödda Språk | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR anything",
    "version": "0.6.1",
    "manifest_version": 2,
    "description": "Generate QR of anything instantly. Just right click and generate QR of images and links.",
    "icons": {
        "16": "icons\/16.png",
        "28": "icons\/28.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "qr.html",
    "permissions": [
        "contextMenus"
    ]
}  |  |