QR Code Generator
Creates QR Codes from open pages, URLs, images, links and selected text.
Vad är QR Code Generator?
QR Code Generator är en Chrome-tillägg utvecklad av Armin Kremm, och dess huvudfunktion är "Creates QR Codes from open pages, URLs, images, links and selected text.".
Tilläggsskärmbilder
Ladda ner QR Code Generator-förlängningens CRX-fil
Ladda ner 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
Grundläggande Information om Tillägg
| Namn | |
| ID | dfncpmlchoghcaleajocnbgnffdkpeia |
| Officiell webbadress | https://chromewebstore.google.com/detail/qr-code-generator/dfncpmlchoghcaleajocnbgnffdkpeia |
| Beskrivning | Creates QR Codes from open pages, URLs, images, links and selected text. |
| Filstorlek | 48.34 KB |
| Antal Installationer | 1,296 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2013-10-30 |
| Publiceringsdatum | 2013-10-29 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Armin Kremm |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "QR Code Generator",
"description": "Creates QR Codes from open pages, URLs, images, links and selected text.",
"version": "1.0",
"author": [
"Armin Kremm"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"tabs",
"contextMenus"
],
"background": {
"scripts": [
"background.js"
]
},
"page_action": {
"default_icon": "icon19.png",
"default_name": "Create QR code",
"default_title": "Create an QR code for this page",
"default_popup": "popup.html"
}
} | |