Direct URL to QR Code

Generate QR Code From current URL

Wat is Direct URL to QR Code?

Direct URL to QR Code is een Chrome-extensie ontwikkeld door chanreal, en de belangrijkste functie is "Generate QR Code From current URL".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Direct URL to QR Code

Download Direct URL to QR Code-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Share your current URL with mobile phone using QR Code by one click.                    

Basisinformatie over de Extensie

Naam Direct URL to QR Code Direct URL to QR Code
ID dmjngnlocikcdplcdhcglehjajmbdhlg
Officiële URL https://chromewebstore.google.com/detail/direct-url-to-qr-code/dmjngnlocikcdplcdhcglehjajmbdhlg
Beschrijving Generate QR Code From current URL
Bestandsgrootte 52.62 KB
Aantal Installaties 2,278
Huidige Versie 1.2.4
Laatst Bijgewerkt 2021-04-29
Publicatiedatum 2013-01-11
Beoordeling 4.12/5 Totaal 17 Beoordelingen
Ontwikkelaar chanreal
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Direct URL to QR Code",
    "version": "1.2.4",
    "manifest_version": 2,
    "description": "Generate QR Code From current URL",
    "browser_action": {
        "default_title": "Generate QR Code From current URL",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}